[issue22534] bsddb memory leak on Mac OS X 10.9

STINNER Victor report at bugs.python.org
Thu Oct 2 18:59:34 CEST 2014


STINNER Victor added the comment:

> [10:55:57] ~$ python -c "import anydbm;d = anydbm.open('bla', 'c');print(type(d))"
> <class 'bsddb._DBWithCursor'>

Hum, on Mac OS X, I don't have the bsddb module installed by default. How did you install it?

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue22534>
_______________________________________


More information about the Python-bugs-list mailing list