Files
cpython/Lib
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
..
2014-09-17 16:31:47 +08:00
2014-12-05 20:34:56 -05:00
2014-10-20 08:36:02 +02:00
2014-10-19 18:04:38 +03:00