]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-87092: compiler's codegen stage uses int jump target labels, and the target pointe...
authorIrit Katriel <1055913+iritkatriel@users.noreply.github.com>
Thu, 11 Aug 2022 16:40:49 +0000 (17:40 +0100)
committerGitHub <noreply@github.com>
Thu, 11 Aug 2022 16:40:49 +0000 (17:40 +0100)
commit9533b40ccec3f196982dfb139379fc736d339bf1
tree11f6a7a093d6252f0a91df2ffb8fce3b946ee183
parent1b46d118e6e72daa64b98cafddb406c68b419efa
gh-87092: compiler's codegen stage uses int jump target labels, and the target pointer is only calculated just before optimization stage (GH-95655)
Python/compile.c