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, doko, neologix, vstinner
Date 2014-07-11.21:57:19
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1405115840.05.0.186919905858.issue21963@psf.upfronthosting.co.za>
In-reply-to
Content
Does anyone have a *simple* script to reproduce the regression?

The changeset 7741d0dd66ca looks good to me, Python 3 does the same thing since Python 3.2 (the new GIL).

Anyway, daemon threads are evil :-( Expecting them to exit cleanly automatically is not good. Last time I tried to improve code to cleanup Python at exit in Python 3.4, I also had a regression (just before the release of Python 3.4.0): see the issue #21788.
History
Date User Action Args
2014-07-11 21:57:20vstinnersetrecipients: + vstinner, doko, benjamin.peterson, neologix
2014-07-11 21:57:20vstinnersetmessageid: <1405115840.05.0.186919905858.issue21963@psf.upfronthosting.co.za>
2014-07-11 21:57:20vstinnerlinkissue21963 messages
2014-07-11 21:57:19vstinnercreate