STINNER Victor added the comment:

I proposed PR 3252 to only fix unit tests, but not asyncio.

An alternative is to modify BaseEventLoop.close() to replace 
executor.shutdown(wait=False) with executor.shutdown(wait=True), but it would 
change the behaviour. I'm not sure if we want to wait until all threads 
complete on close()?

----------

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

Reply via email to