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 iritkatriel
Recipients ahxxm, docs@python, iritkatriel, josh.r, smbrd
Date 2021-06-18.14:35:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1624026922.25.0.0247104731079.issue26608@roundup.psfhosted.org>
In-reply-to
Content
The RLock documentation is a bit more verbose than it needs to be (for instance, there is no reason to specify the "no args" case separately from the "blocking=True" case (since True is the default value of blocking).

The issue of balancing acquire/release calls is mentioned as Josh says, but could perhaps be stated more simply as well.
History
Date User Action Args
2021-06-18 14:35:22iritkatrielsetrecipients: + iritkatriel, docs@python, josh.r, ahxxm, smbrd
2021-06-18 14:35:22iritkatrielsetmessageid: <1624026922.25.0.0247104731079.issue26608@roundup.psfhosted.org>
2021-06-18 14:35:22iritkatriellinkissue26608 messages
2021-06-18 14:35:22iritkatrielcreate