[issue34075] asyncio: We should prohibit setting a ProcessPoolExecutor in with set_default_executor

Andrew Svetlov report at bugs.python.org
Fri Jul 13 11:29:21 EDT 2018


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

Agree, restricting to ThreadPoolExecutor sounds reasonable.

A custom executor may have the same problem as ProcessPoolExecutor.

Moreover it can work under same scenarios but crash with other third-party libs.

----------

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


More information about the Python-bugs-list mailing list