]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.9] bpo-34990: Treat the pyc header's mtime in compileall as an unsigned int (GH...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 24 Aug 2021 15:07:31 +0000 (08:07 -0700)
committerGitHub <noreply@github.com>
Tue, 24 Aug 2021 15:07:31 +0000 (11:07 -0400)
commit9d3b6b2472f7c7ef841e652825de652bc8af85d7
tree0e5a50eefbecc0faed78456d518f369148e17e5c
parent834a2eb94517f9090b8c77feb968a4b95aa852b9
[3.9] bpo-34990: Treat the pyc header's mtime in compileall as an unsigned int (GH-19708)

(cherry picked from commit bb21e28fd08f894ceff2405544a2f257d42b1354)

Co-authored-by: Ammar Askar <ammar@ammaraskar.com>
Co-authored-by: Stéphane Wirtel <stephane@wirtel.be>
Lib/compileall.py
Lib/test/test_compileall.py
Lib/test/test_zipimport.py
Misc/NEWS.d/next/Library/2020-04-24-20-39-38.bpo-34990.3SmL9M.rst [new file with mode: 0644]