]> 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, 2 Jun 2019 10:56:38 +0000 (13:56 +0300)
committerGitHub <noreply@github.com>
Sun, 2 Jun 2019 10:56:38 +0000 (13:56 +0300)
commit13ed07998ad93dbdd94991ba0451b9b559f07972
treec920a948762bedb8bda7a687113055138c30589c
parentc52996785a45d4693857ea219e040777a14584f8
bpo-35621: Support running subprocesses in asyncio when loop is executed in non-main thread (#13630)
Lib/asyncio/unix_events.py
Lib/test/test_asyncio/test_subprocess.py
Lib/test/test_asyncio/test_unix_events.py
Misc/NEWS.d/next/Library/2019-05-28-19-03-46.bpo-35621.Abc1lf.rst [new file with mode: 0644]