Skip to content

Commit ffc08a2

Browse files
committed
Replace _thread._local with thread.local.
1 parent 21295be commit ffc08a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/howto/free-threading-python.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ following types:
260260
* module top-level functions
261261
* class methods defined in the class scope
262262
* descriptor objects
263-
* thread-local objects, created by :class:`_thread._local`
263+
* thread-local objects, created by :class:`thread.local`
264264

265265
When deferred reference counting is enabled, references from Python function
266266
stacks are not added to the reference count. This scheme reduces the overhead

0 commit comments

Comments
 (0)