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 nmacleod
Recipients Alex Quinn, belopolsky, hollec, jjlee, nmacleod, python-dev, vstinner
Date 2020-02-13.15:59:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1581609573.82.0.757319409681.issue5537@roundup.psfhosted.org>
In-reply-to
Content
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.
History
Date User Action Args
2020-02-13 15:59:33nmacleodsetrecipients: + nmacleod, jjlee, belopolsky, vstinner, hollec, Alex Quinn, python-dev
2020-02-13 15:59:33nmacleodsetmessageid: <1581609573.82.0.757319409681.issue5537@roundup.psfhosted.org>
2020-02-13 15:59:33nmacleodlinkissue5537 messages
2020-02-13 15:59:33nmacleodcreate