commit | e16cda9ad8dad231d6354c1af2c58a07749e5eca | [log] [tgz] |
---|---|---|
author | R. David Murray <rdmurray@bitdance.com> | Fri Oct 15 23:12:57 2010 +0000 |
committer | R. David Murray <rdmurray@bitdance.com> | Fri Oct 15 23:12:57 2010 +0000 |
tree | 900a568922e7ff0e29299ac94ce4015354177733 | |
parent | 88bd891e6c536cec0b53d2a52115f44f8498c331 [diff] |
#9862: On AIX PIPE_BUF is broken. Make it 512. Patch by Sébastien Sablé.
diff --git a/Misc/NEWS b/Misc/NEWS index 0e24737..55e57ba 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -10,6 +10,9 @@ Core and Builtins ----------------- +- Issue #9862: Compensate for broken PIPE_BUF in AIX by hard coding + its value as the default 512 when compiling on AIX. + - Use locale encoding instead of UTF-8 to encode and decode filenames if Py_FileSystemDefaultEncoding is not set.