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 028f734 commit 91528f4Copy full SHA for 91528f4
Doc/library/threading.rst
@@ -62,8 +62,8 @@ This module defines the following functions:
62
should be cleared explicitly to break the reference cycle when the
63
exception is no longer needed.
64
65
- Storing *object* using a custom hook can resurrect it if it is set to an
66
- object which is being finalized. Avoid storing *object* after the custom
+ Storing *thread* using a custom hook can resurrect it if it is set to an
+ object which is being finalized. Avoid storing *thread* after the custom
67
hook completes to avoid resurrecting objects.
68
69
.. seealso::
0 commit comments