]> arthur.barton.de Git - bup.git/commit
Detect failures to explicitly close mmaps in py3 too
authorRob Browning <rlb@defaultvalue.org>
Sat, 1 Jan 2022 19:33:21 +0000 (13:33 -0600)
committerRob Browning <rlb@defaultvalue.org>
Sun, 9 Jan 2022 18:36:41 +0000 (12:36 -0600)
commit4448f184253125e1b8bd0c55d0098a335d15b90b
tree59d4338b304ca3dc7b47f6922b78f6528eaacf16
parentaeffdb776ded3ae2a95f1a216fdcbcb7dc2dc8f2
Detect failures to explicitly close mmaps in py3 too

...since they're expensive, and the wrapper has detected issues a
number of times.

Signed-off-by: Rob Browning <rlb@defaultvalue.org>
Tested-by: Rob Browning <rlb@defaultvalue.org>
lib/bup/compat.py
lib/bup/helpers.py
lib/bup/io.py