Files
cpython/Lib/asyncio
Victor Stinner f2e43cbbd4 Issue #23347, asyncio: send_signal(), terminate(), kill() don't check if the
transport was closed. The check broken a Tulip example and this limitation is
arbitrary. Check if _proc is None should be enough.

Enhance also close(): do nothing when called the second time.
2015-01-30 01:20:44 +01:00
..
2015-01-09 00:09:10 +01:00
2015-01-09 01:42:52 +01:00
2015-01-15 21:50:19 +01:00
2015-01-29 14:15:19 +01:00
2015-01-15 00:04:21 +01:00