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 germn
Recipients asvetlov, docs@python, germn, yselivanov
Date 2019-05-04.14:20:05
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1556979606.65.0.142990517106.issue36794@roundup.psfhosted.org>
In-reply-to
Content
Compare:
https://docs.python.org/3.6/library/asyncio-sync.html#asyncio.Lock
https://docs.python.org/3.8/library/asyncio-sync.html#asyncio.Lock

First version is much more detailed.
It allows to avoid confusions like one with unlocking order:
https://stackoverflow.com/q/55951233/1113207
History
Date User Action Args
2019-05-04 14:20:06germnsetrecipients: + germn, asvetlov, docs@python, yselivanov
2019-05-04 14:20:06germnsetmessageid: <1556979606.65.0.142990517106.issue36794@roundup.psfhosted.org>
2019-05-04 14:20:06germnlinkissue36794 messages
2019-05-04 14:20:05germncreate