diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2019-06-30 10:22:34 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-06-30 10:22:34 (GMT) |
commit | bf8cb31803558f1105efb15b0ee4bd184f3218c8 (patch) | |
tree | 3b4f661e23b6affdc972fb3b49bd5869fa741f08 /Misc | |
parent | ffcc161c753a72e7c4237c1e3c433d47b020978e (diff) | |
download | cpython-bf8cb31803558f1105efb15b0ee4bd184f3218c8.zip cpython-bf8cb31803558f1105efb15b0ee4bd184f3218c8.tar.gz cpython-bf8cb31803558f1105efb15b0ee4bd184f3218c8.tar.bz2 |
bpo-35621: Support running subprocesses in asyncio when loop is executed in non-main thread (GH-14344)
(cherry picked from commit 0d671c04c39b52e44597491b893eb0b6c86b3d45)
Co-authored-by: Andrew Svetlov <andrew.svetlov@gmail.com>
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Library/2019-05-28-19-03-46.bpo-35621.Abc1lf.rst | 2 |
1 files changed, 2 insertions, 0 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 new file mode 100644 index 0000000..c492e1d --- /dev/null +++ b/Misc/NEWS.d/next/Library/2019-05-28-19-03-46.bpo-35621.Abc1lf.rst @@ -0,0 +1,2 @@ +Support running asyncio subprocesses when execution event loop in a thread +on UNIX. |