]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
asyncio: Close the transport on subprocess creation failure
authorVictor Stinner <victor.stinner@gmail.com>
Thu, 15 Jan 2015 13:24:22 +0000 (14:24 +0100)
committerVictor Stinner <victor.stinner@gmail.com>
Thu, 15 Jan 2015 13:24:22 +0000 (14:24 +0100)
commit4bf22e033e975f61c33752db5a3764dc0f7d0b03
tree268ed6b1243135e2b55cad6d59907a0ca33e5ae5
parentfcd58de78f72ca114707b78e448397d6dbe2ad5d
asyncio: Close the transport on subprocess creation failure
Lib/asyncio/unix_events.py
Lib/asyncio/windows_events.py