-
-
Notifications
You must be signed in to change notification settings - Fork 31.9k
bpo-41819: Fix "warning: format specifies type wint_t
(aka int
)"
#22332
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
Conversation
…ut the argument has type `unsigned int`" (pythonGH-)
Oh, nicely spotted. I recently tried to fix other compiler warnings:
|
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.
LGTM.
Thanks @SamuelMarks for the PR, and @vstinner for merging it 🌮🎉.. I'm working now to backport this PR to: 3.8, 3.9. |
GH-22334 is a backport of this pull request to the 3.9 branch. |
GH-22335 is a backport of this pull request to the 3.8 branch. |
|
…2332) Fix the compiler warning: format specifies type `wint_t` (aka `int`) but the argument has type `unsigned int`
https://bugs.python.org/issue41819