[issue19309] asyncio: fix handling of processes in a different process group

Charles-François Natali report at bugs.python.org
Sun Oct 20 11:51:57 CEST 2013


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 <report at bugs.python.org>
<http://bugs.python.org/issue19309>
_______________________________________


More information about the Python-bugs-list mailing list