[issue9862] PIPE_BUF is invalid on AIX

Amaury Forgeot d'Arc report at bugs.python.org
Tue Sep 21 08:33:15 CEST 2010


Amaury Forgeot d'Arc <amauryfa at gmail.com> added the comment:

Removing select.PIPE_BUF does not seem a good idea to me because this breaks compatibility.  I suggest to simply set it to 512 on AIX.

(An ideal solution would be to really determine the actual buffer size in ./configure; this is probably overkill)

----------
nosy: +amaury.forgeotdarc

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


More information about the Python-bugs-list mailing list