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 marienz, neologix, pitrou, tim.peters
Date 2015-03-08.18:51:08
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1425840668.86.0.0155543091009.issue23309@psf.upfronthosting.co.za>
In-reply-to
Content
A possible solution is to tweak the IO lock acquire on shutdown: only wait for a grace period instead of waiting indefinitely. Attached patch demonstrates the solution (and solves the deadlock issue in your script).
History
Date User Action Args
2015-03-08 18:51:08pitrousetrecipients: + pitrou, tim.peters, marienz, neologix
2015-03-08 18:51:08pitrousetmessageid: <1425840668.86.0.0155543091009.issue23309@psf.upfronthosting.co.za>
2015-03-08 18:51:08pitroulinkissue23309 messages
2015-03-08 18:51:08pitroucreate