]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-146615: Fix format specifiers in Objects/ directory (GH-146620) (#147705)
authorsunmy2019 <59365878+sunmy2019@users.noreply.github.com>
Wed, 1 Apr 2026 21:52:14 +0000 (05:52 +0800)
committerGitHub <noreply@github.com>
Wed, 1 Apr 2026 21:52:14 +0000 (21:52 +0000)
commitc0eae2a1c3884222082dda81a53c6dd1130a114a
tree9796248552f5269edf25c4d9783a22447a2dafbc
parent01af34a3649b34eb2b5e43ccbd106a8a88d9fc47
[3.13] gh-146615: Fix format specifiers in Objects/ directory (GH-146620)  (#147705)

* Fix format specifiers in vgetargskeywordsfast_impl for improved error messages.
* Fix f-string syntax error message in tok_get_normal_mode.
Parser/lexer/lexer.c
Python/getargs.c