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 Harry Lam
Recipients Harry Lam, paul.moore, steve.dower, tim.golden, zach.ware
Date 2015-07-28.02:10:34
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1438049434.51.0.668551931047.issue24738@psf.upfronthosting.co.za>
In-reply-to
Content
Slight bit of clarification:

This doesn't affect all scripts -- just those which don't have proper Except OSError handling. In pip's case, a timeout is not passed to the acquire() function when it is first being called and causes this issue with hanging.
History
Date User Action Args
2015-07-28 02:10:34Harry Lamsetrecipients: + Harry Lam, paul.moore, tim.golden, zach.ware, steve.dower
2015-07-28 02:10:34Harry Lamsetmessageid: <1438049434.51.0.668551931047.issue24738@psf.upfronthosting.co.za>
2015-07-28 02:10:34Harry Lamlinkissue24738 messages
2015-07-28 02:10:34Harry Lamcreate