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 iritkatriel
Recipients Arfrever, David.Manowitz, docs@python, ggenellina, iritkatriel, jgehrcke, martin.panter, pitrou, stutzbach, terry.reedy
Date 2021-12-12.11:13:31
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1639307611.31.0.0890345005956.issue6634@roundup.psfhosted.org>
In-reply-to
Content
Since 3.8 we have threading.excepthook() so the situation is different now: 

https://github.com/python/cpython/pull/13515

I think it still makes sense to change the wording of the doc for sys.exit() a bit, and add a reference to the relevant section of the threading doc.
History
Date User Action Args
2021-12-12 11:13:32iritkatrielsetrecipients: + iritkatriel, terry.reedy, ggenellina, pitrou, stutzbach, Arfrever, jgehrcke, docs@python, martin.panter, David.Manowitz
2021-12-12 11:13:31iritkatrielsetmessageid: <1639307611.31.0.0890345005956.issue6634@roundup.psfhosted.org>
2021-12-12 11:13:31iritkatriellinkissue6634 messages
2021-12-12 11:13:31iritkatrielcreate