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 asvetlov, jcea, pitrou, sbt, serhiy.storchaka
Date 2013-02-14.15:16:59
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1360855019.73.0.649251419156.issue15528@psf.upfronthosting.co.za>
In-reply-to
Content
> Is it necessary/desirable to allow daemon threads to run during
> shutdown.  Maybe blocking thread switching at shutdown could cause
> deadlocks?

Mmmh... thread switching is already blocked at shutdown:
http://hg.python.org/cpython/file/0f827775f7b7/Python/ceval.c#l434
History
Date User Action Args
2013-02-14 15:16:59pitrousetrecipients: + pitrou, jcea, asvetlov, sbt, serhiy.storchaka
2013-02-14 15:16:59pitrousetmessageid: <1360855019.73.0.649251419156.issue15528@psf.upfronthosting.co.za>
2013-02-14 15:16:59pitroulinkissue15528 messages
2013-02-14 15:16:59pitroucreate