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.
1 parent c2cc5d8 commit 97e4a9dCopy full SHA for 97e4a9d
Doc/howto/free-threading-python.rst
@@ -260,7 +260,7 @@ following types:
260
* module top-level functions
261
* class methods defined in the class scope
262
* descriptor objects
263
-* thread-local objects, created by :class:`thread.local`
+* thread-local objects, created by :class:`threading.local`
264
265
When deferred reference counting is enabled, references from Python function
266
stacks are not added to the reference count. This scheme reduces the overhead
0 commit comments