[issue39027] run_coroutine_threadsafe uses wrong TimeoutError

Andrew Svetlov report at bugs.python.org
Thu Dec 12 05:05:03 EST 2019


Andrew Svetlov <andrew.svetlov at gmail.com> added the comment:

futures._chain_future() should convert exceptions.
Seems _convert_future_exc() does this work already but maybe it fails somehow.
We need to investigate more.

----------
nosy: +asvetlov

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue39027>
_______________________________________


More information about the Python-bugs-list mailing list