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 flox
Recipients flox
Date 2010-08-24.20:51:43
SpamBayes Score 5.698563e-05
Marked as misclassified No
Message-id <1282683108.48.0.667769171779.issue9675@psf.upfronthosting.co.za>
In-reply-to
Content
Crash on Python 2.7 branch.

$ ./python -We -c 'import anydbm'
python: Objects/dictobject.c:759: PyDict_SetItem: Assertion `value' failed.
Abandon

It occurs with all optional modules compiled.
History
Date User Action Args
2010-08-24 20:51:48floxsetrecipients: + flox
2010-08-24 20:51:48floxsetmessageid: <1282683108.48.0.667769171779.issue9675@psf.upfronthosting.co.za>
2010-08-24 20:51:43floxlinkissue9675 messages
2010-08-24 20:51:43floxcreate