]> granicus.if.org Git - python/commit
bpo-35621: Support running subprocesses in asyncio when loop is executed in non-main...
authorAndrew Svetlov <andrew.svetlov@gmail.com>
Sun, 30 Jun 2019 09:54:59 +0000 (12:54 +0300)
committerGitHub <noreply@github.com>
Sun, 30 Jun 2019 09:54:59 +0000 (12:54 +0300)
commit0d671c04c39b52e44597491b893eb0b6c86b3d45
treeb48295515be5ed2aed7babe62a924266edfdde6a
parent5cbbbd73a6acb6f96f5d6646aa7498d3dfb1706d
bpo-35621: Support running subprocesses in asyncio when loop is executed in non-main thread  (GH-14344)
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]