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 pitrou
Recipients ned.deily, pitrou
Date 2011-10-21.21:02:55
SpamBayes Score 1.1396043e-05
Marked as misclassified No
Message-id <1319230977.59.0.0141780525319.issue13242@psf.upfronthosting.co.za>
In-reply-to
Content
Hmm, it seems it's due to a 3rd party C extension:

$ ./python -c "import sqlalchemy.cprocessors"
python: Objects/object.c:65: _Py_AddToAllObjects: Assertion `(op->_ob_prev == ((void *)0)) == (op->_ob_next == ((void *)0))' failed.

Closing as not a Python bug.
History
Date User Action Args
2011-10-21 21:02:57pitrousetrecipients: + pitrou, ned.deily
2011-10-21 21:02:57pitrousetmessageid: <1319230977.59.0.0141780525319.issue13242@psf.upfronthosting.co.za>
2011-10-21 21:02:55pitroulinkissue13242 messages
2011-10-21 21:02:55pitroucreate