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 larry, vstinner
Date 2014-02-16.23:32:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1392593539.2.0.11468516428.issue20645@psf.upfronthosting.co.za>
In-reply-to
Content
I modified Python shutdown process in issue #19466 to clear Python thread state earlier, but it introduced a regression: #20526. So I simply reverted my changes until the real bugs are fixed.

Changeset of the revert: 1166b3321012.
History
Date User Action Args
2014-02-16 23:32:19vstinnersetrecipients: + vstinner, larry
2014-02-16 23:32:19vstinnersetmessageid: <1392593539.2.0.11468516428.issue20645@psf.upfronthosting.co.za>
2014-02-16 23:32:19vstinnerlinkissue20645 messages
2014-02-16 23:32:18vstinnercreate