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 yselivanov
Recipients aeros, asvetlov, yselivanov
Date 2020-11-19.18:17:52
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1605809872.26.0.681638129561.issue42392@roundup.psfhosted.org>
In-reply-to
Content
> The safe code can look like:
>
> global_lock = threading.Lock()  like GIL

SGTM. We can use this strategy for all synchronization primitives and for objects like asyncio.Queue.
History
Date User Action Args
2020-11-19 18:17:52yselivanovsetrecipients: + yselivanov, asvetlov, aeros
2020-11-19 18:17:52yselivanovsetmessageid: <1605809872.26.0.681638129561.issue42392@roundup.psfhosted.org>
2020-11-19 18:17:52yselivanovlinkissue42392 messages
2020-11-19 18:17:52yselivanovcreate