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-14.01:45:35
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1581644735.63.0.326928215789.issue5537@roundup.psfhosted.org>
In-reply-to
Content
Just an FYI, this is also broken on 32-bit with Python2.7.16, so possibly it was never fixed originally (rather than being a regression).

LibreELEC (Milhouse): devel-20191012235627-#1012-ge416c8b (RPi2.arm)
rpi22:~ # python -c "import sys, cookielib; print sys.version; print cookielib.time2isoz(2322923767)"
2.7.16 (default, Sep 29 2019, 04:11:31)
[GCC 9.2.0]
Traceback (most recent call last):
  File "<string>", line 1, in <module>
  File "/usr/lib/python2.7/cookielib.py", line 99, in time2isoz
ValueError: timestamp out of range for platform time_t
History
Date User Action Args
2020-02-14 01:45:35nmacleodsetrecipients: + nmacleod, jjlee, belopolsky, vstinner, hollec, Alex Quinn, python-dev
2020-02-14 01:45:35nmacleodsetmessageid: <1581644735.63.0.326928215789.issue5537@roundup.psfhosted.org>
2020-02-14 01:45:35nmacleodlinkissue5537 messages
2020-02-14 01:45:35nmacleodcreate