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 pablogsal
Recipients anikey, cstratak, neologix, pablogsal, vstinner
Date 2019-01-17.10:56:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1547722600.05.0.501558960482.issue23428@roundup.psfhosted.org>
In-reply-to
Content
> One workaround is to use Python to use the mutex+cond implementation of pthread locks, since this one is already able to use CLOCK_MONOTONIC:

That this have any drawbacks?
History
Date User Action Args
2019-01-17 10:57:17pablogsalunlinkissue23428 messages
2019-01-17 10:56:41pablogsalsetrecipients: + pablogsal, vstinner, neologix, cstratak, anikey
2019-01-17 10:56:40pablogsalsetmessageid: <1547722600.05.0.501558960482.issue23428@roundup.psfhosted.org>
2019-01-17 10:56:40pablogsallinkissue23428 messages
2019-01-17 10:56:39pablogsalcreate