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 vstinner
Recipients benjamin.peterson, vstinner
Date 2014-06-17.07:41:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1402990906.86.0.543005066817.issue21788@psf.upfronthosting.co.za>
In-reply-to
Content
Benjamin changed ThreadState_DeleteCurrent() to fix an issue in this part of the code, but then reverted his change:
"revert tstate_delete_common, since it's pretty much wrong"
http://hg.python.org/cpython/rev/3ce746735b99

(Yeah this part of the code is really tricky, likely to deadlock.)
History
Date User Action Args
2014-06-17 07:41:46vstinnersetrecipients: + vstinner, benjamin.peterson
2014-06-17 07:41:46vstinnersetmessageid: <1402990906.86.0.543005066817.issue21788@psf.upfronthosting.co.za>
2014-06-17 07:41:46vstinnerlinkissue21788 messages
2014-06-17 07:41:46vstinnercreate