This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author pitrou
Recipients pitrou, sable
Date 2011-02-11.12:14:03
SpamBayes Score 0.21740052
Marked as misclassified No
Message-id <1297426444.08.0.657327128029.issue11184@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2011-02-11 12:14:04pitrousetrecipients: + pitrou, sable
2011-02-11 12:14:04pitrousetmessageid: <1297426444.08.0.657327128029.issue11184@psf.upfronthosting.co.za>
2011-02-11 12:14:03pitroulinkissue11184 messages
2011-02-11 12:14:03pitroucreate