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 grahamd
Recipients grahamd, neologix, pitrou, tarek
Date 2012-02-22.08:16:58
SpamBayes Score 1.214775e-06
Marked as misclassified No
Message-id <1329898619.55.0.308636036965.issue14073@psf.upfronthosting.co.za>
In-reply-to
Content
Reality is that the way Python behaviour is defined/implemented means that it will wait for non daemonised threads to complete before exiting.

Sounds like the original code is wrong in not setting it to be daemonised in the first place and should be reported as a bug in that code rather than fiddling with the interpreter.
History
Date User Action Args
2012-02-22 08:16:59grahamdsetrecipients: + grahamd, pitrou, tarek, neologix
2012-02-22 08:16:59grahamdsetmessageid: <1329898619.55.0.308636036965.issue14073@psf.upfronthosting.co.za>
2012-02-22 08:16:58grahamdlinkissue14073 messages
2012-02-22 08:16:58grahamdcreate