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 christian.heimes
Recipients ajaksu2, christian.heimes
Date 2008-08-24.20:53:23
SpamBayes Score 0.0018952566
Marked as misclassified No
Message-id <1219611204.1.0.326409421392.issue3666@psf.upfronthosting.co.za>
In-reply-to
Content
I'm getting hundreds of lines

Fatal Python error: PyThreadState_Get: no current thread

The Python process segfaults in call_ll_exitfuncs -> atexit_cleanup() ->
atexit_clear() ->  atexit_delete_cb -> Py_DECREF(cb->args)
History
Date User Action Args
2008-08-24 20:53:24christian.heimessetrecipients: + christian.heimes, ajaksu2
2008-08-24 20:53:24christian.heimessetmessageid: <1219611204.1.0.326409421392.issue3666@psf.upfronthosting.co.za>
2008-08-24 20:53:23christian.heimeslinkissue3666 messages
2008-08-24 20:53:23christian.heimescreate