]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-121404: pass metadata to compiler_enter_scope (optionally) so that codegen functio...
authorIrit Katriel <1055913+iritkatriel@users.noreply.github.com>
Mon, 19 Aug 2024 10:49:42 +0000 (11:49 +0100)
committerGitHub <noreply@github.com>
Mon, 19 Aug 2024 10:49:42 +0000 (11:49 +0100)
commite077b201f49a6007ddad7c1b6e3069a037b6d952
tree61cbabe47fbd7b7375ca419539903172df1118a4
parentb9e10d1a0fc4d8428d4b36eb127570a832c26b6f
gh-121404: pass metadata to compiler_enter_scope (optionally) so that codegen functions don't need to set it on the code unit (#123078)
Python/compile.c