diff options
author | Ćukasz Langa <lukasz@langa.pl> | 2019-06-04 11:03:20 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-06-04 11:03:20 (GMT) |
commit | 7f9a2ae78051877f4d966119e2fcd27ec77eda1d (patch) | |
tree | 47e66e32ff78edd1a14b42fabd04804efe9c8690 /Misc/NEWS.d | |
parent | 8f4bbb5d627e07a5508099e84796cecaeb9e32ab (diff) | |
download | cpython-7f9a2ae78051877f4d966119e2fcd27ec77eda1d.zip cpython-7f9a2ae78051877f4d966119e2fcd27ec77eda1d.tar.gz cpython-7f9a2ae78051877f4d966119e2fcd27ec77eda1d.tar.bz2 |
Revert "bpo-34037, asyncio: add BaseEventLoop.wait_executor_on_close (GH-13786)" (#13802)
This reverts commit 0f0a30f4da4b529e0f7df857b9f575b231b32758.
Diffstat (limited to 'Misc/NEWS.d')
-rw-r--r-- | Misc/NEWS.d/next/Library/2019-06-03-22-54-15.bpo-34037.fKNAbH.rst | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Misc/NEWS.d/next/Library/2019-06-03-22-54-15.bpo-34037.fKNAbH.rst b/Misc/NEWS.d/next/Library/2019-06-03-22-54-15.bpo-34037.fKNAbH.rst deleted file mode 100644 index fb2f7a5..0000000 --- a/Misc/NEWS.d/next/Library/2019-06-03-22-54-15.bpo-34037.fKNAbH.rst +++ /dev/null @@ -1,4 +0,0 @@ -:mod:`asyncio`: ``loop.close()`` now waits for the default executor to -finish by default. Set ``loop.wait_executor_on_close`` attribute to -``False`` to opt-in for Python 3.7 behavior (not wait for the executor to -finish). |