[issue27839] "Python [...] calls sys.displayhook() on unhandled exceptions"

2020-11-25 Thread Irit Katriel
Irit Katriel added the comment: Thanks for reporting. That line has been edited out of the doc in the meantime. -- nosy: +iritkatriel resolution: -> out of date stage: -> resolved status: open -> closed ___ Python tracker

[issue27839] "Python [...] calls sys.displayhook() on unhandled exceptions"

2016-08-23 Thread Jakub Wilk
New submission from Jakub Wilk: 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 calle