Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[3.10] bpo-34990: Treat the pyc header's mtime in compileall as an unsigned int (GH-19708) #27928

Merged
merged 1 commit into from Aug 24, 2021

Conversation

@miss-islington
Copy link
Contributor

@miss-islington miss-islington commented Aug 24, 2021

Co-authored-by: Stéphane Wirtel stephane@wirtel.be
(cherry picked from commit bb21e28)

Co-authored-by: Ammar Askar ammar@ammaraskar.com

https://bugs.python.org/issue34990

…int (pythonGH-19708)

Co-authored-by: Stéphane Wirtel <stephane@wirtel.be>
(cherry picked from commit bb21e28)

Co-authored-by: Ammar Askar <ammar@ammaraskar.com>
@miss-islington
Copy link
Contributor Author

@miss-islington miss-islington commented Aug 24, 2021

@ammaraskar and @serhiy-storchaka: Status check is done, and it's a success .

@ammaraskar ammaraskar merged commit 0af681b into python:3.10 Aug 24, 2021
13 checks passed
@miss-islington miss-islington deleted the backport-bb21e28-3.10 branch Aug 24, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment