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 Ringding, neologix, pitrou, vstinner
Date 2013-04-07.13:55:09
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1365342909.99.0.568088706875.issue17094@psf.upfronthosting.co.za>
In-reply-to
Content
> if a
> thread ends up being created/destroyed, I think we can get a deadlock
> when trying to acquire the head lock. I think it should be turned into
> an open call if possible.

How would you do that in a simple way?

> Also, as noted by Stefan, shouldn't we also iterate over other interpreters?

The problem is that, AFAIK, we don't know which thread states of the other interpreters should be kept alive.
History
Date User Action Args
2013-04-07 13:55:10pitrousetrecipients: + pitrou, vstinner, Ringding, neologix
2013-04-07 13:55:09pitrousetmessageid: <1365342909.99.0.568088706875.issue17094@psf.upfronthosting.co.za>
2013-04-07 13:55:09pitroulinkissue17094 messages
2013-04-07 13:55:09pitroucreate