diff options
author | Andrew Svetlov <andrew.svetlov@gmail.com> | 2019-06-04 00:09:19 (GMT) |
---|---|---|
committer | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2019-06-04 00:09:19 (GMT) |
commit | 9535aff9421f0a5639f6e4c4bb0f07a743ea8dba (patch) | |
tree | f4488fd169ff1bbc62e47eaef6e0930af6be2852 /Misc/NEWS.d | |
parent | eddef861b49f1635222a9e1771231c34a807debf (diff) | |
download | cpython-9535aff9421f0a5639f6e4c4bb0f07a743ea8dba.zip cpython-9535aff9421f0a5639f6e4c4bb0f07a743ea8dba.tar.gz cpython-9535aff9421f0a5639f6e4c4bb0f07a743ea8dba.tar.bz2 |
Revert "bpo-35621: Support running subprocesses in asyncio when loop is executed in non-main thread (#13630)" (GH-13793)
https://bugs.python.org/issue35621
Diffstat (limited to 'Misc/NEWS.d')
-rw-r--r-- | Misc/NEWS.d/next/Library/2019-05-28-19-03-46.bpo-35621.Abc1lf.rst | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Misc/NEWS.d/next/Library/2019-05-28-19-03-46.bpo-35621.Abc1lf.rst b/Misc/NEWS.d/next/Library/2019-05-28-19-03-46.bpo-35621.Abc1lf.rst deleted file mode 100644 index c492e1d..0000000 --- a/Misc/NEWS.d/next/Library/2019-05-28-19-03-46.bpo-35621.Abc1lf.rst +++ /dev/null @@ -1,2 +0,0 @@ -Support running asyncio subprocesses when execution event loop in a thread -on UNIX. |