Hirokazu Yamamoto <[email protected]> added the comment:
Umm, v2 patch broke test_subprocess. I'll repost v3 patch
after removing "bufsize=0 && universal_newlines" check.
======================================================================
ERROR: test_universal_newlines (__main__.ProcessTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
File "e:\python-dev\py3k\lib\test\test_subprocess.py", line 422, in test_unive
rsal_newlines
universal_newlines=1)
File "e:\python-dev\py3k\lib\subprocess.py", line 621, in __init__
raise ValueError("cannot use bufsize=0 with universal newlines")
ValueError: cannot use bufsize=0 with universal newlines
======================================================================
ERROR: test_universal_newlines_communicate (__main__.ProcessTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
File "e:\python-dev\py3k\lib\test\test_subprocess.py", line 442, in test_unive
rsal_newlines_communicate
universal_newlines=1)
File "e:\python-dev\py3k\lib\subprocess.py", line 621, in __init__
raise ValueError("cannot use bufsize=0 with universal newlines")
ValueError: cannot use bufsize=0 with universal newlines
----------
Added file:
http://bugs.python.org/file19281/py3k_fix_unbuffered_in_subprocess_v3.patch
_______________________________________
Python tracker <[email protected]>
<http://bugs.python.org/issue9929>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe:
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com