]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-121404: split fblock handling into compiler_* and codegen_* parts (#123199)
authorIrit Katriel <1055913+iritkatriel@users.noreply.github.com>
Wed, 21 Aug 2024 14:48:56 +0000 (15:48 +0100)
committerGitHub <noreply@github.com>
Wed, 21 Aug 2024 14:48:56 +0000 (15:48 +0100)
commit4b7c4880a0b264373e65235701bb78cbf19266b5
treec1a478586d241e5ab164f83f08458b58ee163151
parentb1d3bd2e09d8b9d9f49cb8db9d47880ce2ec8f70
gh-121404: split fblock handling into compiler_* and codegen_* parts (#123199)
Python/compile.c