]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-122245: move checks for writes and shadowing of __debug__ to symtable (#122246)
authorIrit Katriel <1055913+iritkatriel@users.noreply.github.com>
Fri, 26 Jul 2024 13:39:56 +0000 (14:39 +0100)
committerGitHub <noreply@github.com>
Fri, 26 Jul 2024 13:39:56 +0000 (14:39 +0100)
commitbc94cf7e254e43318223553a7959115573c679a5
treee35112d63c09f048b4c3a41259e79e5bfcfe983d
parent2c42e13e80610a9dedcb15b57d142602e8143481
gh-122245: move checks for writes and shadowing of __debug__ to symtable (#122246)
Doc/whatsnew/3.14.rst
Lib/test/test_syntax.py
Misc/NEWS.d/next/Core and Builtins/2024-07-24-22-39-07.gh-issue-122245.LVa9v8.rst [new file with mode: 0644]
Python/compile.c
Python/symtable.c