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 serhiy.storchaka
Recipients David.Edelsohn, pitrou, serhiy.storchaka
Date 2014-09-12.18:44:59
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1410547499.97.0.871570461436.issue22396@psf.upfronthosting.co.za>
In-reply-to
Content
See similar Ruby issue: https://bugs.ruby-lang.org/issues/9914 .

As workaround we can redeclare posix_fadvise as "int posix_fadvise(int fd, long offset, long len, int advice)" on 32-bit AIX with enabled _LARGE_FILES. More safe option is to disable posix_fadvise in such case (as Ruby had done).
History
Date User Action Args
2014-09-12 18:44:59serhiy.storchakasetrecipients: + serhiy.storchaka, pitrou, David.Edelsohn
2014-09-12 18:44:59serhiy.storchakasetmessageid: <1410547499.97.0.871570461436.issue22396@psf.upfronthosting.co.za>
2014-09-12 18:44:59serhiy.storchakalinkissue22396 messages
2014-09-12 18:44:59serhiy.storchakacreate