]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-121404: move calculation of module start location from compiler_body up to compile...
authorIrit Katriel <1055913+iritkatriel@users.noreply.github.com>
Mon, 22 Jul 2024 16:48:30 +0000 (17:48 +0100)
committerGitHub <noreply@github.com>
Mon, 22 Jul 2024 16:48:30 +0000 (17:48 +0100)
commitd5a12b4440f7c2ae10cd80a3c59b4eebe637351d
tree9875a32c59db7d44cfe8c7b2b14ce82b29cde071
parent5716cc352940a5f8557a8191e873837aa619498a
gh-121404: move calculation of module start location from compiler_body up to compiler_codegen (#122127)
Python/compile.c