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
bpo-45034: Fixes how upper limit is formatted for struct.pack("H", ...)
#28178
Conversation
Thanks for the PR. I think we should extend the fix to |
Co-authored-by: Mark Dickinson <dickinsm@gmail.com>
Co-authored-by: Mark Dickinson <dickinsm@gmail.com>
Will do! Thanks a lot for your help |
LGTM; thank you! Do you want to add your name to the list in Misc/ACKS? (It's entirely optional.)
Why not? Thanks a lot for your help! |
I think we can leave broader changes for a separate PR, if anyone feels inclined; this PR addresses the immediate issue that @stevendaprano was seeing, which was due to inappropriate uses of |
Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Let's have an explicit cast then |
https://bugs.python.org/issue45034
It was:
It is now:
The text was updated successfully, but these errors were encountered: