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 benjamin.peterson
Recipients Joseph Sible, benjamin.peterson, miss-islington
Date 2018-09-12.22:36:44
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1536791804.63.0.956365154283.issue34004@psf.upfronthosting.co.za>
In-reply-to
Content
Reimplementing locks with eventfd can be another issue. Such a change can only land in a new Python version, though. We'll just have to consider musl unsupported for interrupting locks in our current maintenance releases as I have done.

How likely is it that musl will change to allow returning EINTR from sem_timedwait given that the only stated reason not to is very old kernel versions?
History
Date User Action Args
2018-09-12 22:36:44benjamin.petersonsetrecipients: + benjamin.peterson, miss-islington, Joseph Sible
2018-09-12 22:36:44benjamin.petersonsetmessageid: <1536791804.63.0.956365154283.issue34004@psf.upfronthosting.co.za>
2018-09-12 22:36:44benjamin.petersonlinkissue34004 messages
2018-09-12 22:36:44benjamin.petersoncreate