Message324436
To add one more use case for this:
concurrent.futures.Future.add_done_callback() currently ignores exceptions for the callback and just logs them which is easy to miss. I assume because it's not clear when and in which thread it gets called, and there is no "right" way to handle it.
It would be nice if it would call something like sys.excepthook instead. |
|
Date |
User |
Action |
Args |
2018-08-31 17:01:00 | lazka | set | recipients:
+ lazka, mwh, tim.peters, ncoghlan, ellisj, pitrou, vstinner, tiagoaoa, eric.araujo, undercoveridiot, vlasovskikh, Decorater, CyberJacob, Matt Groth |
2018-08-31 17:01:00 | lazka | set | messageid: <1535734860.78.0.56676864532.issue1230540@psf.upfronthosting.co.za> |
2018-08-31 17:01:00 | lazka | link | issue1230540 messages |
2018-08-31 17:01:00 | lazka | create | |
|