]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-93691: Compiler's code-gen passes location around instead of holding it on the...
authorIrit Katriel <1055913+iritkatriel@users.noreply.github.com>
Mon, 17 Oct 2022 13:28:51 +0000 (14:28 +0100)
committerGitHub <noreply@github.com>
Mon, 17 Oct 2022 13:28:51 +0000 (14:28 +0100)
commit6da1a2e993c955aa69158871b8c8792cef3094c3
treef91ae230f8e262bf8951b807e063ac9978ea3958
parent1863302d61a7a5dd8b8d345a00f0ee242c7c10bf
gh-93691: Compiler's code-gen passes location around instead of holding it on the global compiler state (GH-98001)
Python/compile.c