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 serhiy.storchaka
Recipients Jack Zhou, neologix, python-dev, serhiy.storchaka, twouters, vstinner
Date 2016-04-09.10:26:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1460197593.31.0.676648399867.issue26716@psf.upfronthosting.co.za>
In-reply-to
Content
It looks to me that interrupting fcntl can be used for implementing blocking lock with a timeout. If automatically retry fcntl() on EINTR, this will break such code.
History
Date User Action Args
2016-04-09 10:26:33serhiy.storchakasetrecipients: + serhiy.storchaka, twouters, vstinner, neologix, python-dev, Jack Zhou
2016-04-09 10:26:33serhiy.storchakasetmessageid: <1460197593.31.0.676648399867.issue26716@psf.upfronthosting.co.za>
2016-04-09 10:26:33serhiy.storchakalinkissue26716 messages
2016-04-09 10:26:33serhiy.storchakacreate