]> granicus.if.org Git - python/commit
asyncio: be more lenient if we don't understand status returned by waitpid().
authorGuido van Rossum <guido@dropbox.com>
Mon, 21 Oct 2013 22:00:44 +0000 (15:00 -0700)
committerGuido van Rossum <guido@dropbox.com>
Mon, 21 Oct 2013 22:00:44 +0000 (15:00 -0700)
commit8da15cc2189a97500e83cd50ab761920365fcdf1
tree9e06dd22ba3176703c074833a1974e4c5fb10b99
parent22c31764262b02338265a059c738b8d24fd9a0e4
asyncio: be more lenient if we don't understand status returned by waitpid().

This should have no effect, it's a "shouldn't happe" case.
Also tidied up some comments.
Lib/asyncio/unix_events.py
Lib/test/test_asyncio/test_unix_events.py