Commit 91528f40 authored by Daniel Baskal's avatar Daniel Baskal Committed by Victor Stinner

bpo-38466: Fix threading.excepthook doc (GH-16891)

parent 028f7349
......@@ -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::
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment