This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author srittau
Recipients docs@python, srittau, vstinner
Date 2019-10-13.15:40:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1570981226.47.0.762418362865.issue38466@roundup.psfhosted.org>
In-reply-to
Content
The documentation of threading.excepthook (https://docs.python.org/3.8/library/threading.html#threading.excepthook) talks about "object", when it only has a "thread" attribute:

"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 hook completes to avoid resurrecting objects."

I believe this is a copy and paste error from sys.unraisablehook.
History
Date User Action Args
2019-10-13 15:40:26srittausetrecipients: + srittau, vstinner, docs@python
2019-10-13 15:40:26srittausetmessageid: <1570981226.47.0.762418362865.issue38466@roundup.psfhosted.org>
2019-10-13 15:40:26srittaulinkissue38466 messages
2019-10-13 15:40:25srittaucreate