bpo-37137, asyncio: add BaseEventLoop.wait_executor_on_close by vstinner · Pull Request #13786 · python/cpython
Add BaseEventLoop.wait_executor_on_close attribute: true by default. loop.close() now waits for the default executor to finish by default. Set loop.wait_executor_on_close attribute to False to not wait for the executor.
vstinner
deleted the
asyncio_block_on_close
branch
aeros
mentioned this pull request
DinoV pushed a commit to DinoV/cpython that referenced this pull request
Jan 14, 2020…H-13786) Add BaseEventLoop.wait_executor_on_close attribute: true by default. loop.close() now waits for the default executor to finish by default. Set loop.wait_executor_on_close attribute to False to not wait for the executor.
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