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:37:27
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1495665448.08.0.054508661155.issue30441@psf.upfronthosting.co.za>
In-reply-to
Content
This patch implements a lock protection (as suggested by Antoine) using `_thread.allocate_lock()` module (instead of `threading.Lock()`) due to the fact that CPython interpreter already imports `_thread` module during its bootstrap process.
History
Date User Action Args
2017-05-24 22:37:28osantanasetrecipients: + osantana, pitrou, martin.panter, JelleZijlstra, Danilo Shiga
2017-05-24 22:37:28osantanasetmessageid: <1495665448.08.0.054508661155.issue30441@psf.upfronthosting.co.za>
2017-05-24 22:37:28osantanalinkissue30441 messages
2017-05-24 22:37:28osantanacreate