]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-121404: enforce that codegen doesn't access compiler, and compiler doesn't use...
authorIrit Katriel <1055913+iritkatriel@users.noreply.github.com>
Mon, 2 Sep 2024 17:23:39 +0000 (18:23 +0100)
committerGitHub <noreply@github.com>
Mon, 2 Sep 2024 17:23:39 +0000 (17:23 +0000)
commitfbb26f067a7a3cd6dc6eed31cce12892cc0fedbb
treec92800f995a5301af8cd9f38b96eecc9ff121d5d
parent57c471a6880956338549380fc5fb35c986937901
gh-121404: enforce that codegen doesn't access compiler, and compiler doesn't use codegen macros (#123575)
Python/compile.c