[issue6122] [Errno 10] No child processes

Yonas report at bugs.python.org
Wed May 27 10:12:16 CEST 2009


New submission from Yonas <yonas.y at gmail.com>:

I always get a subprocess error when using embedded Python 2.6.2:

File "/usr/lib/python2.6/subprocess.py", line 1123, in wait:     pid,
sts = os.waitpid(self.pid, 0): OSError: [Errno 10] No child processes

Sample library and main files attached.

----------
files: mylib.c
messages: 88407
nosy: yonas
severity: normal
status: open
title: [Errno 10] No child processes
versions: Python 2.6
Added file: http://bugs.python.org/file14088/mylib.c

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue6122>
_______________________________________


More information about the Python-bugs-list mailing list