]> granicus.if.org Git - python/commit
Issue #23140, asyncio: Fix cancellation of Process.wait(). Check the state of
authorVictor Stinner <victor.stinner@gmail.com>
Tue, 6 Jan 2015 00:13:49 +0000 (01:13 +0100)
committerVictor Stinner <victor.stinner@gmail.com>
Tue, 6 Jan 2015 00:13:49 +0000 (01:13 +0100)
commitc447ba04e78a91c1febe7744b9e6cbcdd3e23360
tree0394193daabdbf3280e89eec0c0ac49d8779f90c
parent8c1a4a2326e8a81bd4cc4fb81e51c003059cd687
Issue #23140, asyncio: Fix cancellation of Process.wait(). Check the state of
the waiter future before setting its result.
Lib/asyncio/subprocess.py
Lib/test/test_asyncio/test_subprocess.py