commit | c447ba04e78a91c1febe7744b9e6cbcdd3e23360 | [log] [tgz] |
---|---|---|
author | Victor Stinner <victor.stinner@gmail.com> | Tue Jan 06 01:13:49 2015 +0100 |
committer | Victor Stinner <victor.stinner@gmail.com> | Tue Jan 06 01:13:49 2015 +0100 |
tree | 0394193daabdbf3280e89eec0c0ac49d8779f90c | |
parent | 8c1a4a2326e8a81bd4cc4fb81e51c003059cd687 [diff] |
Issue #23140, asyncio: Fix cancellation of Process.wait(). Check the state of the waiter future before setting its result.