Message361962
Apologies for the necro on this issue, but should this now be fixed in Python3.7? As it appears to still be an issue.
Testing on a Raspberry Pi with LibreELEC (32-bit OS):
rpi512:~ # python -c "import sys, http.cookiejar; print(sys.version); print(http.cookiejar.time2isoz(2322923767))"
3.7.6 (default, Feb 12 2020, 17:36:39)
[GCC 9.2.0]
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/usr/lib/python3.7/cookiejar.py", line 101, in time2isoz
OverflowError: timestamp out of range for platform time_t
This is on a distribution built with latest glibc-2.31. |
|
Date |
User |
Action |
Args |
2020-02-13 15:59:33 | nmacleod | set | recipients:
+ nmacleod, jjlee, belopolsky, vstinner, hollec, Alex Quinn, python-dev |
2020-02-13 15:59:33 | nmacleod | set | messageid: <1581609573.82.0.757319409681.issue5537@roundup.psfhosted.org> |
2020-02-13 15:59:33 | nmacleod | link | issue5537 messages |
2020-02-13 15:59:33 | nmacleod | create | |
|