]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #4705: Fix the -u ("unbuffered binary stdout and stderr") command-line
authorAntoine Pitrou <solipsis@pitrou.net>
Fri, 9 Jan 2009 18:53:14 +0000 (18:53 +0000)
committerAntoine Pitrou <solipsis@pitrou.net>
Fri, 9 Jan 2009 18:53:14 +0000 (18:53 +0000)
commit0560843b8fe8d4dd9e830f7b3ae7984154914516
treebe1fabb299e11cdc957e653592bbc7d658a9fc07
parent1483140772c3f6c4c1674f0fbfcaaa1b350d27a1
Issue #4705: Fix the -u ("unbuffered binary stdout and stderr") command-line
flag to work properly. Furthermore, when specifying -u, the text stdout
and stderr streams have line-by-line buffering enabled (the default being
to buffer arbitrary chunks of data). Patch by Victor Stinner, test by me.
Include/pydebug.h
Lib/test/test_cmd_line.py
Misc/NEWS
Modules/main.c
Python/pythonrun.c