[3.13] gh-146615: Fix format specifiers in Objects/ directory (GH-146620) #147705
[3.13] gh-146615: Fix format specifiers in Objects/ directory (GH-146620) #147705vstinner merged 3 commits into
Conversation
vstinner
left a comment
There was a problem hiding this comment.
LGTM. i is declared as an int.
Sorry, something went wrong.
|
Hum. Your PR description described a bug which is not fixed by the PR. It's misleading. Do you plan to integrate a fix for |
Sorry, something went wrong.
I’m not sure if I should fix it within this PR or address it in a separate one. What do you think? |
Sorry, something went wrong.
|
You can update this PR to fix also the |
Sorry, something went wrong.
|
Done |
Sorry, something went wrong.
vstinner
left a comment
There was a problem hiding this comment.
LGTM
Sorry, something went wrong.
c0eae2a
into
python:3.13
Apr 1, 2026
|
Merged, thanks for fixes. |
Sorry, something went wrong.
I found a new error specific to 3.13.
cpython/Parser/lexer/lexer.c
Lines 1107 to 1110 in fc1c644
This is fixed by 6020260 in 3.14.