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 vstinner
Recipients bmwiedemann, matrixise, vstinner, xtreak
Date 2018-10-15.13:16:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1539609405.63.0.788709270274.issue34990@psf.upfronthosting.co.za>
In-reply-to
Content
Timestamp with year >= 2038 are accepted: importlib._bootstrap_external._code_to_timestamp_pyc() uses (int(x) & 0xFFFFFFFF). It's not a bug, but by design. compileall should just do the same. Sorry, I don't know if it's specified somewhere, but I know that it's done on purpose.
History
Date User Action Args
2018-10-15 13:16:45vstinnersetrecipients: + vstinner, matrixise, bmwiedemann, xtreak
2018-10-15 13:16:45vstinnersetmessageid: <1539609405.63.0.788709270274.issue34990@psf.upfronthosting.co.za>
2018-10-15 13:16:45vstinnerlinkissue34990 messages
2018-10-15 13:16:45vstinnercreate