]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-93008: refactor compiler functions that add instructions to take only a basicblock...
authorIrit Katriel <1055913+iritkatriel@users.noreply.github.com>
Sun, 29 May 2022 16:13:29 +0000 (17:13 +0100)
committerGitHub <noreply@github.com>
Sun, 29 May 2022 16:13:29 +0000 (17:13 +0100)
commitace6607aa33da42972369ada2c565912e329bf5e
tree9b10dbcb3b5efeb78068fc931700d8232998ddf4
parent66f5add1f0ac801cba5ece36e6cfd68985d82029
gh-93008: refactor compiler functions that add instructions to take only a basicblock* (not the whole compiler) (GH-93009)
Python/compile.c