Issue 27839: "Python [...] calls sys.displayhook() on unhandled exceptions" (original) (raw)

Issue27839

Created on 2016-08-23 13:48 by jwilk, last changed 2022-04-11 14:58 by admin. This issue is now closed.

Messages (2)
msg273446 - (view) Author: Jakub Wilk (jwilk) Date: 2016-08-23 13:48
<https://docs.python.org/3/library/asyncio-dev.html#detect-exceptions-never-consumed> reads: "Python usually calls sys.displayhook() on unhandled exceptions. If Future.set_exception() is called, but the exception is never consumed, sys.displayhook() is not called." I believe this should be s/displayhook/excepthook/g.
msg381866 - (view) Author: Irit Katriel (iritkatriel) * (Python committer) Date: 2020-11-25 22:38
Thanks for reporting. That line has been edited out of the doc in the meantime.
History
Date User Action Args
2022-04-11 14:58:35 admin set github: 72026
2020-11-25 22:38:00 iritkatriel set status: open -> closednosy: + iritkatrielmessages: + resolution: out of datestage: resolved
2016-08-23 13:48:59 jwilk create