]> granicus.if.org Git - python/commit
Issue #23242: asyncio.SubprocessStreamProtocol now closes the subprocess
authorVictor Stinner <victor.stinner@gmail.com>
Thu, 15 Jan 2015 12:16:02 +0000 (13:16 +0100)
committerVictor Stinner <victor.stinner@gmail.com>
Thu, 15 Jan 2015 12:16:02 +0000 (13:16 +0100)
commit791009bb892de2991ea9a66ba1efbdaeb21b268f
treef5096de8cbdcd535535ff98231c93b3a0d4691d1
parent72bdefb0868771d360385da55750e8742dab3e05
Issue #23242: asyncio.SubprocessStreamProtocol now closes the subprocess
transport at subprocess exit.

Clear also its reference to the transport.
Lib/asyncio/subprocess.py