[issue9675] segfault: PyDict_SetItem: Assertion `value' failed.
Jesús Cea Avión
report at bugs.python.org
Wed Aug 25 02:47:39 CEST 2010
Jesús Cea Avión <jcea at jcea.es> added the comment:
Importing "bsddb" crashes. Importing "bsddb3" (the updated version I keep independiently of python) DOESN'T crash.
bsddb = 4.8.4
bsddb3 = 5.0.0 (currently).
Checking the changelog, I see this possible cause:
"""
* Capsule support was buggy. The string passed in to PyCapsule_New() must outlive the capsule. (Larry Hastings)
"""
It is 3AM in Spain now. Will check when I find some time.
----------
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue9675>
_______________________________________
More information about the Python-bugs-list
mailing list