Uh oh!
There was an error while loading. Please reload this page.
gh-116386: Fix format string "%ld" warning in _xxinterpqueuesmodule - #116387
Conversation
serhiy-storchaka
left a comment
There was a problem hiding this comment.
Would not be more natural to use the %zd format string?
And this looks like a completely different issue than the originally reported one.
ericsnowcurrently
commented
Mar 6, 2024
Yeah, that was a copy-paste failure on my part. I shouldn't have used
This is a fix for my fix (gh-116369) for that originally reported issue. |
Uh oh!
There was an error while loading. Please reload this page.
When you're done making the requested changes, leave the comment: |
sobolevn
commented
Mar 7, 2024
Thanks for the help and reviews! |
ericsnowcurrently
commented
Mar 7, 2024
Thanks for fixing this. 😄 |
No warnings should be generate on GitHub. Locally this passes just fine.