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 Albert.Zeyer, neologix, pitrou, r.david.murray
Date 2013-02-23.10:38:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1361615903.66.0.607703989117.issue17263@psf.upfronthosting.co.za>
In-reply-to
Content
Albert, this happens because daemon threads continue running during interpreter shutdown. I suppose the problem goes away if you make the thread non-daemonic?

This shouldn't be a problem in Python 3 where Python threads cannot switch during shutdown.
History
Date User Action Args
2013-02-23 10:38:23pitrousetrecipients: + pitrou, r.david.murray, neologix, Albert.Zeyer
2013-02-23 10:38:23pitrousetmessageid: <1361615903.66.0.607703989117.issue17263@psf.upfronthosting.co.za>
2013-02-23 10:38:23pitroulinkissue17263 messages
2013-02-23 10:38:23pitroucreate