]> granicus.if.org Git - python/commit
Issue #19309: asyncio: make waitpid() wait for all child processes, not only
authorCharles-François Natali <cf.natali@gmail.com>
Sun, 20 Oct 2013 18:31:43 +0000 (20:31 +0200)
committerCharles-François Natali <cf.natali@gmail.com>
Sun, 20 Oct 2013 18:31:43 +0000 (20:31 +0200)
commitbcd76827f4ef869454634cabefb695ff7e63967d
treee5e3e2dcfa20a44fa69263f6436f0e3345265c86
parentf3e21ba5af43f1e8637b2752fecc3d4523056b5c
Issue #19309: asyncio: make waitpid() wait for all child processes, not only
those in the same process group.
Lib/asyncio/unix_events.py
Lib/test/test_asyncio/test_events.py