mirror of
https://github.com/python/cpython.git
synced 2025-11-01 10:45:30 +00:00
bpo-38466: Fix threading.excepthook doc (GH-16891)
This commit is contained in:
parent
028f7349a0
commit
91528f40c3
1 changed files with 2 additions and 2 deletions
|
|
@ -62,8 +62,8 @@ This module defines the following functions:
|
|||
should be cleared explicitly to break the reference cycle when the
|
||||
exception is no longer needed.
|
||||
|
||||
Storing *object* using a custom hook can resurrect it if it is set to an
|
||||
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
|
||||
hook completes to avoid resurrecting objects.
|
||||
|
||||
.. seealso::
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue