[issue10802] python3.2 AFTER b2 release has subprocess.Popen broken under colinux/windows

kai zhu report at bugs.python.org
Sun Jan 2 22:54:08 CET 2011


kai zhu <kaizhu256 at gmail.com> added the comment:

re-tested under old 2.6.26 kernel using previous foo.py example:

1. unpatched python3.2 broken as expected
2. patched   python3.2 now works :)

strace confirms ENOSYS being raised from pipe2() in both cases

----------

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


More information about the Python-bugs-list mailing list