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 amaury.forgeotdarc
Recipients amaury.forgeotdarc, lemburg, pitrou
Date 2013-04-12.14:00:40
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1365775240.24.0.903789691624.issue17703@psf.upfronthosting.co.za>
In-reply-to
Content
> At the time the Py_AtExit functions are called, the thread state is NULL

I'd say this is the root cause. It's a bad thing to call Py_DECREF without a thread state.
Was it the case in previous versions?
History
Date User Action Args
2013-04-12 14:00:40amaury.forgeotdarcsetrecipients: + amaury.forgeotdarc, lemburg, pitrou
2013-04-12 14:00:40amaury.forgeotdarcsetmessageid: <1365775240.24.0.903789691624.issue17703@psf.upfronthosting.co.za>
2013-04-12 14:00:40amaury.forgeotdarclinkissue17703 messages
2013-04-12 14:00:40amaury.forgeotdarccreate