]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-121404: rearrange code in compile.c so that codegen functions come first and compi...
authorIrit Katriel <1055913+iritkatriel@users.noreply.github.com>
Fri, 30 Aug 2024 21:54:42 +0000 (22:54 +0100)
committerGitHub <noreply@github.com>
Fri, 30 Aug 2024 21:54:42 +0000 (22:54 +0100)
commit6bfbfc6af39197e23942391a1f780eb98d61d67c
tree86fc6fd569f57c2aca2e138123e010a3d06ee052
parente451a8937df95b2757b6def26b39aec1bd0f157f
gh-121404: rearrange code in compile.c so that codegen functions come first and compiler functions second (#123510)
Python/compile.c