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 josh.r
Recipients benjamin.peterson, hynek, josh.r, pitrou, steve.dower, stutzbach, tim.golden, zach.ware
Date 2015-01-03.00:02:32
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1420243353.01.0.824556147003.issue23152@psf.upfronthosting.co.za>
In-reply-to
Content
I believe explicitly calling the 64 bit version of a function is usually frowned upon. At least on *NIX systems, the standard solution is to define -D_FILE_OFFSET_BITS=64 during the build process, so off_t seamlessly becomes a 64 bit value, and the 64 bit version of appropriate functions is called and linked (fstat64, mmap64, etc.).
History
Date User Action Args
2015-01-03 00:02:33josh.rsetrecipients: + josh.r, pitrou, tim.golden, benjamin.peterson, stutzbach, hynek, zach.ware, steve.dower
2015-01-03 00:02:33josh.rsetmessageid: <1420243353.01.0.824556147003.issue23152@psf.upfronthosting.co.za>
2015-01-03 00:02:32josh.rlinkissue23152 messages
2015-01-03 00:02:32josh.rcreate