]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.10] gh-95876: Fix format string in pegen error location code (GH-95877 (GH-95901)
authorChristian Heimes <christian@python.org>
Thu, 11 Aug 2022 19:41:35 +0000 (21:41 +0200)
committerGitHub <noreply@github.com>
Thu, 11 Aug 2022 19:41:35 +0000 (12:41 -0700)
commit2a6b67f1c516d0e693abd0dc13c7c7799815fd18
tree006784b57fede751bfdb0972114fca676da0b73d
parent9c04e25308ef2bfa44f2cca0b56bfe46be1f6b1b
[3.10] gh-95876: Fix format string in pegen error location code (GH-95877 (GH-95901)

(cherry picked from commit b4c857d0fd74abb1ede6fe083c4fa3ca728b2b83)

Co-authored-by: Christian Heimes <christian@python.org>
Misc/NEWS.d/next/Core and Builtins/2022-08-11-09-19-55.gh-issue-95876.YpQfoV.rst [new file with mode: 0644]
Parser/pegen.c