]> arthur.barton.de Git - bup.git/commit
Fully (and explicitly) close PackIdxLists
authorRob Browning <rlb@defaultvalue.org>
Sat, 23 Oct 2021 19:06:01 +0000 (14:06 -0500)
committerRob Browning <rlb@defaultvalue.org>
Mon, 22 Nov 2021 16:35:28 +0000 (10:35 -0600)
commit1eb38bb8e0c63d02a4672d4beeccafe06dba3d04
tree9e5394d51a49bdac562cda1e835a78a5ddb62bed
parent13144702fca874fe40b08ef630f4b34ebaabc6a5
Fully (and explicitly) close PackIdxLists

And stop checking _mpi_count in __del__ since there are no guarantees
about if/when it will run (and so could run after another has been
opened).

Signed-off-by: Rob Browning <rlb@defaultvalue.org>
Tested-by: Rob Browning <rlb@defaultvalue.org>
lib/bup/client.py
lib/bup/cmd/margin.py
lib/bup/cmd/memtest.py
lib/bup/cmd/tag.py
lib/bup/git.py
lib/bup/helpers.py
test/int/test_client.py
test/int/test_git.py