Message343758
> If we want to support low-level threads created by start_new_thread() we should call excepthook() from t_bootstrap instead of Thread._bootstrap_inner. Otherwise implementing excepthook() as a Thread method would be more convenient.
I created bpo-37076: "_thread.start_new_thread(): call sys.unraisablehook() to handle uncaught exceptions". |
|
Date |
User |
Action |
Args |
2019-05-28 10:20:57 | vstinner | set | recipients:
+ vstinner, mwh, tim.peters, ncoghlan, ellisj, pitrou, tiagoaoa, eric.araujo, undercoveridiot, vlasovskikh, serhiy.storchaka, lazka, Decorater, CyberJacob, Matt Groth |
2019-05-28 10:20:57 | vstinner | set | messageid: <1559038857.28.0.512666386819.issue1230540@roundup.psfhosted.org> |
2019-05-28 10:20:57 | vstinner | link | issue1230540 messages |
2019-05-28 10:20:57 | vstinner | create | |
|