We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9d30863 + aa896b1 commit ce357a8Copy full SHA for ce357a8
Doc/library/threading.rst
@@ -535,8 +535,8 @@ All methods are executed atomically.
535
thread may release it.
536
537
.. versionchanged:: 3.13
538
- Prior to 3.13 ``Lock`` actually used to be a factory
539
- function which returned an instance
+ ``Lock`` is now a class. In earlier Python versions,
+ ``Lock`` used to be a factory function which returned an instance
540
of the most efficient version of the concrete Lock class that is supported
541
by the platform.
542
0 commit comments