New submission from Charles-François Natali: See https://groups.google.com/forum/#!topic/python-tulip/9T2_tGWe0Sc
The attached patch just changes waitpid(0) to waitpid(-1), and comes with a trivial test. ---------- components: Library (Lib) files: asyncio_process_group.diff keywords: easy, needs review, patch messages: 200555 nosy: gvanrossum, neologix priority: normal severity: normal stage: patch review status: open title: asyncio: fix handling of processes in a different process group type: behavior versions: Python 3.4 Added file: http://bugs.python.org/file32240/asyncio_process_group.diff _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue19309> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com