]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
asyncio: Refactor SIGCHLD handling. By Anthony Baire.
authorGuido van Rossum <guido@dropbox.com>
Mon, 4 Nov 2013 23:50:46 +0000 (15:50 -0800)
committerGuido van Rossum <guido@dropbox.com>
Mon, 4 Nov 2013 23:50:46 +0000 (15:50 -0800)
commit0eaa5ac9b5b47d4ae0e851a8652fdc6be7a15963
tree4d8d97d49e5a5aa9aa03df73450545ab4d780943
parentccea08462b753fc78ec97cc5717de8f163b503ec
asyncio: Refactor SIGCHLD handling. By Anthony Baire.
Lib/asyncio/events.py
Lib/asyncio/unix_events.py
Lib/asyncio/windows_events.py
Lib/test/test_asyncio/test_events.py
Lib/test/test_asyncio/test_unix_events.py