bpo-34075: Deprecate non-ThreadPoolExecutor in loop.set_default_executor() by elprans · Pull Request #8533 · python/cpython
Conversation
Various asyncio internals expect that the default executor is a
ThreadPoolExecutor, so deprecate passing anything else to
loop.set_default_executor().
…tor() Various asyncio internals expect that the default executor is a `ThreadPoolExecutor`, so deprecate passing anything else to `loop.set_default_executor()`.
1st1 approved these changes Jul 28, 2018
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters