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 vstinner
Recipients CyberJacob, Decorater, Matt Groth, ellisj, eric.araujo, lazka, mwh, ncoghlan, pitrou, tiagoaoa, tim.peters, undercoveridiot, vlasovskikh, vstinner
Date 2019-05-23.00:45:56
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1558572356.46.0.13479497477.issue1230540@roundup.psfhosted.org>
In-reply-to
Content
About threading.excepthook() API, maybe we should not reproduce sys.excepthook() API but instead reuse something closer to sys.unraisablehook() API: use a single parameter which has attributes. It would allow to pass more parameters as new attributes in the future, maybe some new "optional" parameters (None by default).

For example, we can imagine calling threading.excepthook() to handle threading.excepthook() failure. We would need an argument to prevent an infine loop :-)
History
Date User Action Args
2019-05-23 00:45:56vstinnersetrecipients: + vstinner, mwh, tim.peters, ncoghlan, ellisj, pitrou, tiagoaoa, eric.araujo, undercoveridiot, vlasovskikh, lazka, Decorater, CyberJacob, Matt Groth
2019-05-23 00:45:56vstinnersetmessageid: <1558572356.46.0.13479497477.issue1230540@roundup.psfhosted.org>
2019-05-23 00:45:56vstinnerlinkissue1230540 messages
2019-05-23 00:45:56vstinnercreate