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 gregory.p.smith, hobb0001, jyasskin, pitrou, rnk
Date 2010-05-28.17:40:38
SpamBayes Score 0.22796765
Marked as misclassified No
Message-id <1275068440.31.0.270590984388.issue8844@psf.upfronthosting.co.za>
In-reply-to
Content
In 3.2, even using a timeout doesn't make the call interruptible.
The solution would be to fix the internal locking APIs so that they handle incoming signals properly, and are able to return an error status.
History
Date User Action Args
2010-05-28 17:40:40pitrousetrecipients: + pitrou, gregory.p.smith, jyasskin, rnk, hobb0001
2010-05-28 17:40:40pitrousetmessageid: <1275068440.31.0.270590984388.issue8844@psf.upfronthosting.co.za>
2010-05-28 17:40:38pitroulinkissue8844 messages
2010-05-28 17:40:38pitroucreate