diff options
author | Victor Stinner <vstinner@redhat.com> | 2019-06-03 23:31:04 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-06-03 23:31:04 +0200 |
commit | 0f0a30f4da4b529e0f7df857b9f575b231b32758 (patch) | |
tree | c76047e9485f288977fb55e076b0f26eb3455ebd /Python/sysmodule.c | |
parent | 78c7d527799dacca91b9ed67057cb996efe526b0 (diff) | |
download | cpython-git-0f0a30f4da4b529e0f7df857b9f575b231b32758.tar.gz |
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.
Diffstat (limited to 'Python/sysmodule.c')
0 files changed, 0 insertions, 0 deletions