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 Netto, Rhamphoryncus, amaury.forgeotdarc, flub, forest, georg.brandl, ggenellina, gregory.p.smith, jamescooper, kbk, larsimmisch, pitrou, terry.reedy
Date 2011-05-02.20:36:30
SpamBayes Score 0.0009893978
Marked as misclassified No
Message-id <1304368591.75.0.19623066494.issue1856@psf.upfronthosting.co.za>
In-reply-to
Content
With Python 3.3, thread_exit.py still crashes more or less randomly:

$ ./python thread_exit.py 
[49205 refs]
python: Python/_warnings.c:501: setup_context: Assertion `((((((PyObject*)(*filename))->ob_type))->tp_flags & ((1L<<28))) != 0)' failed.
Abandon
History
Date User Action Args
2011-05-02 20:36:32pitrousetrecipients: + pitrou, georg.brandl, terry.reedy, gregory.p.smith, kbk, amaury.forgeotdarc, ggenellina, Rhamphoryncus, larsimmisch, forest, flub, jamescooper, Netto
2011-05-02 20:36:31pitrousetmessageid: <1304368591.75.0.19623066494.issue1856@psf.upfronthosting.co.za>
2011-05-02 20:36:31pitroulinkissue1856 messages
2011-05-02 20:36:30pitroucreate