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 Tamas.K, grahamd, jcea, ncoghlan, neologix, pitrou, python-dev, tim.peters
Date 2013-08-31.18:44:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1377974663.76.0.207502707852.issue18808@psf.upfronthosting.co.za>
In-reply-to
Content
Ok, here is a new patch observing the timeout parameter. I've changed the implementation strategy a bit, it seems hopefully sane.

There's a remaining (slightly bordeline) issue: the thread state lock isn't reinitialized on fork(). Should it?
History
Date User Action Args
2013-08-31 18:44:24pitrousetrecipients: + pitrou, tim.peters, jcea, ncoghlan, grahamd, neologix, python-dev, Tamas.K
2013-08-31 18:44:23pitrousetmessageid: <1377974663.76.0.207502707852.issue18808@psf.upfronthosting.co.za>
2013-08-31 18:44:23pitroulinkissue18808 messages
2013-08-31 18:44:23pitroucreate