[issue5537] LWPCookieJar cannot handle cookies with expirations of 2038 or greater on 32-bit platforms

2020-02-13 Thread Neil MacLeod
Neil MacLeod added the comment: 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;

[issue5537] LWPCookieJar cannot handle cookies with expirations of 2038 or greater on 32-bit platforms

2020-02-13 Thread Neil MacLeod
Neil MacLeod added the comment: Hi Victor I can confirm the patch is working on both 32-bit and 64-bit systems running Python3.7.6, with both platforms returning the same result after patching - many thanks! UNPATCHED, 32-bit (RPi3+) LibreELEC (Milhouse.testing): devel-20200213234919