]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] Fix dunder name typo in compiler code comment (GH-143374) (#143386)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sat, 10 Jan 2026 06:51:09 +0000 (07:51 +0100)
committerGitHub <noreply@github.com>
Sat, 10 Jan 2026 06:51:09 +0000 (12:21 +0530)
commitfca010da5045eeabd52a2197ebe0b23debd12c86
treef25fef4dc2ee36d5dc267f12cba4f84bf2b53790
parentebe5e216c894faf164130532a9b549bab480df33
[3.14] Fix dunder name typo in compiler code comment (GH-143374) (#143386)

Fix dunder name typo in compiler code comment (GH-143374)
(cherry picked from commit 6d05e55de0f9c0b07fb14b4d2b9cf9c8eee2042c)

Co-authored-by: Bartosz Sławecki <bartosz@ilikepython.com>
Python/compile.c