Yury Selivanov <yseliva...@gmail.com> added the comment:

> Yury, Andrew: Do you know if the executor doesn't wait on purpose? Would it 
> be possible to change that in Python 3.8?

Maybe.  At least we need to add a "timeout" argument to asyncio.run() to let it 
wait for executor jobs.

I'm also thinking about making OS threads cancellable/interruptable in Python 
3.8 (if they run pure Python code).

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue34037>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to