]> granicus.if.org Git - python/commit
asyncio, tulip issue 209: Fix subprocess for close_fds=False on Python 3.3
authorVictor Stinner <victor.stinner@gmail.com>
Thu, 11 Dec 2014 22:30:17 +0000 (23:30 +0100)
committerVictor Stinner <victor.stinner@gmail.com>
Thu, 11 Dec 2014 22:30:17 +0000 (23:30 +0100)
commit1e40f10886f1c83e47f69ab229b27ab2eceff939
treec179e9c1d536065d17c2c3dbc09576272dbd2ce5
parentdf75d5b402fa7d9377dd6e38f3ad7551de6746d5
asyncio, tulip issue 209: Fix subprocess for close_fds=False on Python 3.3

Mark the write end of the stdin pipe as non-inheritable.
Lib/asyncio/unix_events.py
Lib/test/test_asyncio/test_subprocess.py