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 David.Butler
Recipients David.Butler, amaury.forgeotdarc, jcea
Date 2011-12-20.22:37:37
SpamBayes Score 3.0137438e-05
Marked as misclassified No
Message-id <1324420658.39.0.698314580897.issue13616@psf.upfronthosting.co.za>
In-reply-to
Content
This also looks familiar:
http://bytes.com/topic/python/answers/36901-fatal-error-gc-object-already-tracked
"semi-randomly locks somewhere outside my C-code (after returning to
python), and semi-randomly issues a "Fatal error: GC object already
tracked... "
Someone replies with:
"... should be calling PyObject_GC_UnTrack before doing anything else..."

So, perhaps one of the extensions is not calling PyObject_GC_UnTrack? but I need to know which one to go further...
History
Date User Action Args
2011-12-20 22:37:38David.Butlersetrecipients: + David.Butler, jcea, amaury.forgeotdarc
2011-12-20 22:37:38David.Butlersetmessageid: <1324420658.39.0.698314580897.issue13616@psf.upfronthosting.co.za>
2011-12-20 22:37:37David.Butlerlinkissue13616 messages
2011-12-20 22:37:37David.Butlercreate