Message325202
| 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:44 | benjamin.peterson | set | recipients: + benjamin.peterson, miss-islington, Joseph Sible |
| 2018-09-12 22:36:44 | benjamin.peterson | set | messageid: <1536791804.63.0.956365154283.issue34004@psf.upfronthosting.co.za> |
| 2018-09-12 22:36:44 | benjamin.peterson | link | issue34004 messages |
| 2018-09-12 22:36:44 | benjamin.peterson | create | |