]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-34990: Treat the pyc header's mtime in compileall as an unsigned int (GH-19708)
authorAmmar Askar <ammar@ammaraskar.com>
Tue, 24 Aug 2021 09:13:32 +0000 (05:13 -0400)
committerGitHub <noreply@github.com>
Tue, 24 Aug 2021 09:13:32 +0000 (12:13 +0300)
commitbb21e28fd08f894ceff2405544a2f257d42b1354
treea42ff3d2bbf386900829c00d6463bb8141260af8
parentfa6304a5225787054067bb56089632146d288b20
bpo-34990: Treat the pyc header's mtime in compileall as an unsigned int (GH-19708)

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]