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:57:11
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1547722631.63.0.134895359243.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:

Does this have any drawbacks?
History
Date User Action Args
2019-01-17 10:57:12pablogsalsetrecipients: + pablogsal, vstinner, neologix, cstratak, anikey
2019-01-17 10:57:11pablogsalsetmessageid: <1547722631.63.0.134895359243.issue23428@roundup.psfhosted.org>
2019-01-17 10:57:11pablogsallinkissue23428 messages
2019-01-17 10:57:11pablogsalcreate