mirror of
https://github.com/python/cpython.git
synced 2025-10-02 05:12:23 +00:00
gh-86509: Add link to Lib/_threading_local.py in threading docs (GH-101824)
(cherry picked from commit 53dceb53ad
)
Co-authored-by: Owain Davies <116417456+OTheDev@users.noreply.github.com>
This commit is contained in:
parent
ffb41eaaf4
commit
495cd2de77
1 changed files with 1 additions and 1 deletions
|
@ -254,7 +254,7 @@ The instance's values will be different for separate threads.
|
||||||
A class that represents thread-local data.
|
A class that represents thread-local data.
|
||||||
|
|
||||||
For more details and extensive examples, see the documentation string of the
|
For more details and extensive examples, see the documentation string of the
|
||||||
:mod:`_threading_local` module.
|
:mod:`_threading_local` module: :source:`Lib/_threading_local.py`.
|
||||||
|
|
||||||
|
|
||||||
.. _thread-objects:
|
.. _thread-objects:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue