Files
cpython/Lib/test/test_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-30 00:05:19 +01:00
2015-01-15 00:04:21 +01:00
2014-07-29 12:58:23 +02:00
2015-01-29 14:15:19 +01:00