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 flox
Recipients amaury.forgeotdarc, eric.araujo, flox, michaelahughes, pitrou
Date 2011-10-09.21:40:11
SpamBayes Score 0.0006458854
Marked as misclassified No
Message-id <1318196412.03.0.151483432477.issue10444@psf.upfronthosting.co.za>
In-reply-to
Content
Antoine wrote:
> You could instead enumerate() all threads and set their daemon flag
> to False, before shutting down the interpreter.

If it is intended to work this way, it should be mentioned in the documentation.

Currently the documentation for "Thread.daemon" says:
“This must be set before start() is called, otherwise RuntimeError is raised.”
History
Date User Action Args
2011-10-09 21:40:12floxsetrecipients: + flox, amaury.forgeotdarc, pitrou, eric.araujo, michaelahughes
2011-10-09 21:40:12floxsetmessageid: <1318196412.03.0.151483432477.issue10444@psf.upfronthosting.co.za>
2011-10-09 21:40:11floxlinkissue10444 messages
2011-10-09 21:40:11floxcreate