[issue17835] test_io broken on PPC64 Linux

David Edelsohn report at bugs.python.org
Wed Apr 24 21:21:36 CEST 2013


David Edelsohn added the comment:

>>> import fcntl, os
>>> r, w = os.pipe()
>>> fcntl.fcntl(w, 1032)
1048576

----------

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


More information about the Python-bugs-list mailing list