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 A. Skrobov, pitrou
Date 2015-03-06.00:27:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1425601636.75.0.686572920866.issue23592@psf.upfronthosting.co.za>
In-reply-to
Content
Yes, daemon threads are really dangerous because they may keep running while the interpreter has started releasing critical resources. Things have improved in 3.x compared to 2.x, though.
History
Date User Action Args
2015-03-06 00:27:16pitrousetrecipients: + pitrou, A. Skrobov
2015-03-06 00:27:16pitrousetmessageid: <1425601636.75.0.686572920866.issue23592@psf.upfronthosting.co.za>
2015-03-06 00:27:16pitroulinkissue23592 messages
2015-03-06 00:27:16pitroucreate