[issue39502] test_zipfile fails on AIX due to time.localtime

2020-01-30 Thread EGuesnet
EGuesnet added the comment: > I'm not sure of the meaning of your patch. Are you saying that localtime() > supports timestamp after the year 2038 on 64-bit AIX? Did you test that > time.localtime(2**32) actually works as expected? I think it worked as expected before 3.8 on 6

[issue39502] test_zipfile fails on AIX due to time.localtime

2020-01-30 Thread EGuesnet
EGuesnet added the comment: Tested on Python 3.8.1 on both 32 and 64 bits. Test is now skipped. test_add_file_after_2107 (test.test_zipfile.StoredTestsWithSourceFile) ... skipped 'time.localtime(4386268800) raises OverflowError' --

[issue39502] test_zipfile fails on AIX due to time.localtime

2020-01-30 Thread EGuesnet
New submission from EGuesnet : Hi, I have an error during regression tests with Python3.8.1 on AIX 6.1 compiled with GCC 8.3. It occurs only on 64 bit. Test passes on 32 bit. ``` == ERROR: test_add_file_after_2107