This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author jcea
Recipients flox, jcea
Date 2010-08-25.00:47:36
SpamBayes Score 0.0005091103
Marked as misclassified No
Message-id <1282697259.45.0.530269131503.issue9675@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2010-08-25 00:47:39jceasetrecipients: + jcea, flox
2010-08-25 00:47:39jceasetmessageid: <1282697259.45.0.530269131503.issue9675@psf.upfronthosting.co.za>
2010-08-25 00:47:38jcealinkissue9675 messages
2010-08-25 00:47:36jceacreate