]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-124058: remove _PyCompile_IsNestedScope, roll it into _PyCompile_IsInteractive...
authorIrit Katriel <1055913+iritkatriel@users.noreply.github.com>
Mon, 16 Sep 2024 13:58:18 +0000 (14:58 +0100)
committerGitHub <noreply@github.com>
Mon, 16 Sep 2024 13:58:18 +0000 (06:58 -0700)
commit9aa1f60e2dedd8a67c42fb4f4c56858b6ba5b947
treea81811ff65734eba9708a05f8fc73e1e5228cb47
parent453da532fee26dc4f83d4cab77eb9bdb17b941e6
gh-124058: remove _PyCompile_IsNestedScope, roll it into _PyCompile_IsInteractive (#124061)
Include/internal/pycore_compile.h
Python/codegen.c
Python/compile.c