[issue11184] Broken large file support on AIX

2011-02-25 Thread Georg Brandl
Georg Brandl added the comment: Backported to 3.1 in r88562, 2.7 in r88569. -- status: open -> closed ___ Python tracker ___ ___ Pyth

[issue11184] Broken large file support on AIX

2011-02-21 Thread Antoine Pitrou
Changes by Antoine Pitrou : -- assignee: -> georg.brandl versions: +Python 2.7 -Python 3.2 ___ Python tracker ___ ___ Python-bugs-lis

[issue11184] Broken large file support on AIX

2011-02-19 Thread Antoine Pitrou
Antoine Pitrou added the comment: > Okay, committed to py3k in r88440. Does this need backporting? Certainly. -- ___ Python tracker ___ ___

[issue11184] Broken large file support on AIX

2011-02-19 Thread Georg Brandl
Georg Brandl added the comment: Okay, committed to py3k in r88440. Does this need backporting? -- resolution: -> fixed ___ Python tracker ___ _

[issue11184] Broken large file support on AIX

2011-02-16 Thread Raymond Hettinger
Raymond Hettinger added the comment: This looks to be a low risk fix-up (confined to an "if $use_lfs" block in configure.in and further guarded with a case statement restricting it to AIX builds). -- nosy: +rhettinger ___ Python tracker

[issue11184] Broken large file support on AIX

2011-02-16 Thread Antoine Pitrou
Antoine Pitrou added the comment: Assuming it doesn't break other platforms, I'm fine with it. -- ___ Python tracker ___ ___ Python-b

[issue11184] Broken large file support on AIX

2011-02-16 Thread Georg Brandl
Georg Brandl added the comment: Antoine, do you agree? I don't want waves of AIX changes going into 3.2 now... -- ___ Python tracker ___ ___

[issue11184] Broken large file support on AIX

2011-02-16 Thread Antoine Pitrou
Changes by Antoine Pitrou : -- nosy: +georg.brandl ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.

[issue11184] Broken large file support on AIX

2011-02-16 Thread Sébastien Sablé
Sébastien Sablé added the comment: Here is the patch. It only impacts AIX systems and is minimalist, so I think it should be safe for Python 3.2. -- keywords: +patch Added file: http://bugs.python.org/file20767/patch_aix_largefile.diff ___ Python tr

[issue11184] Broken large file support on AIX

2011-02-11 Thread Antoine Pitrou
Antoine Pitrou added the comment: > is it OK if I open a new issue for each broken unit test on AIX even > if I have not investigated them at the moment? Yes. That way they get recorded somewhere and other people can chime in. If you plan to investigate them you can add a sentence saying so. T

[issue11184] Broken large file support on AIX

2011-02-11 Thread Sébastien Sablé
Sébastien Sablé added the comment: Also: is it OK if I open a new issue for each broken unit test on AIX even if I have not investigated them at the moment? I have a dozen broken unit tests on AIX that need to be investigated, but I don't want to spam the bug tracker followers too much. So t

[issue11184] Broken large file support on AIX

2011-02-11 Thread Antoine Pitrou
Antoine Pitrou added the comment: Yes, I think the skipping code in test_largefile should be factored out and used both in test_io and test_largefile (to be honest I don't know why test_io has large file tests as well; perhaps I should merge them together). -- stage: -> patch review

[issue11184] Broken large file support on AIX

2011-02-11 Thread Sébastien Sablé
Changes by Sébastien Sablé : -- title: test_io error on AIX -> Broken large file support on AIX ___ Python tracker ___ ___ Python-bugs