-
-
Notifications
You must be signed in to change notification settings - Fork 32.1k
fix the long64 reader in umarshal.py #107828
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
fix the long64 reader in umarshal.py #107828
Conversation
Most changes to Python require a NEWS entry. Please add it using the blurb_it web app or the blurb command-line tool. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good catch! 🤦♂️
Thank you for your contribution @martindemello.
Thanks @martindemello for the PR, and @serhiy-storchaka for merging it 🌮🎉.. I'm working now to backport this PR to: 3.11, 3.12. |
GH-107849 is a backport of this pull request to the 3.12 branch. |
(cherry picked from commit 50bbc56) Co-authored-by: Martin DeMello <[email protected]>
GH-107850 is a backport of this pull request to the 3.11 branch. |
(cherry picked from commit 50bbc56) Co-authored-by: Martin DeMello <[email protected]>
Note that this code could be simpler and more efficient using |
(cherry picked from commit 50bbc56) Co-authored-by: Martin DeMello <[email protected]>
Fix the long64 reader in umarshal.py (GH-107828) (cherry picked from commit 50bbc56) Co-authored-by: Martin DeMello <[email protected]>
trivial fix to a code path that I guess was never really hit.