[issue11184] test_io error on AIX

Antoine Pitrou report at bugs.python.org
Fri Feb 11 13:14:04 CET 2011


Antoine Pitrou <pitrou at free.fr> added the comment:

Apparently AIX needs a specific #define to enable large file support:
http://publib.boulder.ibm.com/infocenter/pseries/v5r3/index.jsp?topic=/com.ibm.aix.genprogc/doc/genprogc/prg_lrg_files.htm

Python defines _LARGEFILE_SOURCE by default.

----------

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


More information about the Python-bugs-list mailing list