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 osantana
Recipients Danilo Shiga, JelleZijlstra, martin.panter, osantana, pitrou
Date 2017-05-24.22:46:11
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1495665972.07.0.546174988444.issue30441@psf.upfronthosting.co.za>
In-reply-to
Content
This is an alternative implementation using `threading.Lock()`. The main issue with this implementation relies on the fact that we've to import the `threading` module during CPython interpreter loading (currently it's not imported by default).

This is consequence of the fact that CPython interpreter uses `os` module when bootstrapping.
History
Date User Action Args
2017-05-24 22:46:12osantanasetrecipients: + osantana, pitrou, martin.panter, JelleZijlstra, Danilo Shiga
2017-05-24 22:46:12osantanasetmessageid: <1495665972.07.0.546174988444.issue30441@psf.upfronthosting.co.za>
2017-05-24 22:46:12osantanalinkissue30441 messages
2017-05-24 22:46:12osantanacreate