]> granicus.if.org Git - python/commit
bpo-35621: Support running subprocesses in asyncio when loop is executed in non-main...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sun, 30 Jun 2019 10:22:34 +0000 (03:22 -0700)
committerGitHub <noreply@github.com>
Sun, 30 Jun 2019 10:22:34 +0000 (03:22 -0700)
commitbf8cb31803558f1105efb15b0ee4bd184f3218c8
tree3b4f661e23b6affdc972fb3b49bd5869fa741f08
parentffcc161c753a72e7c4237c1e3c433d47b020978e
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>
Doc/library/asyncio-policy.rst
Doc/library/asyncio-subprocess.rst
Lib/asyncio/unix_events.py
Lib/test/test_asyncio/test_subprocess.py
Lib/test/test_asyncio/test_unix_events.py
Lib/test/test_asyncio/utils.py
Misc/NEWS.d/next/Library/2019-05-28-19-03-46.bpo-35621.Abc1lf.rst [new file with mode: 0644]