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 21295be commit ffc08a2Copy full SHA for ffc08a2
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:`thread.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