SIGN IN SIGN UP

bpo-34037, asyncio: add BaseEventLoop.wait_executor_on_close (GH-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.
V
Victor Stinner committed
0f0a30f4da4b529e0f7df857b9f575b231b32758
Parent: 78c7d52
Committed by GitHub <noreply@github.com> on 6/3/2019, 9:31:04 PM