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 brett.cannon
Recipients brett.cannon, docs@python, shiyuchong
Date 2019-07-17.22:14:01
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1563401641.44.0.986536152404.issue37608@roundup.psfhosted.org>
In-reply-to
Content
The documentation is correct by not documenting the methods as they are not meant to be used.

A warning could be added, but it requires new code to wrap the C function with a DeprecationWarning since that code is currently shared between thread.LockType.acquire() and acquire_lock().
History
Date User Action Args
2019-07-17 22:14:01brett.cannonsetrecipients: + brett.cannon, docs@python, shiyuchong
2019-07-17 22:14:01brett.cannonsetmessageid: <1563401641.44.0.986536152404.issue37608@roundup.psfhosted.org>
2019-07-17 22:14:01brett.cannonlinkissue37608 messages
2019-07-17 22:14:01brett.cannoncreate