summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d
diff options
context:
space:
mode:
authorAndrew Svetlov <andrew.svetlov@gmail.com>2019-06-04 00:09:19 (GMT)
committerMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2019-06-04 00:09:19 (GMT)
commit9535aff9421f0a5639f6e4c4bb0f07a743ea8dba (patch)
treef4488fd169ff1bbc62e47eaef6e0930af6be2852 /Misc/NEWS.d
parenteddef861b49f1635222a9e1771231c34a807debf (diff)
downloadcpython-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.rst2
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.