[issue13947] gdbm reorganize() leaves hanging file descriptor
Jack Miller
report at bugs.python.org
Mon Feb 6 06:22:14 CET 2012
Jack Miller <jack at codezen.org> added the comment:
I am using gdbm 1.10, the latest available.
pacman says:
core/gdbm 1.10-1 [installed]
GNU database library
Which also contains the file (libgdbm.so.4) that Python's gdbm.so is linked to (just in case there was some version trickery going on here).
I guess it's possible this is Arch brokenness, but the only patch applied to the 1.10 code in the PKGBUILD is malloc -> calloc for a known bug.
----------
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue13947>
_______________________________________
More information about the Python-bugs-list
mailing list