]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-99955: use SUCCESS/ERROR return values in optimizer and assembler. Use RETURN_IF_E...
authorIrit Katriel <1055913+iritkatriel@users.noreply.github.com>
Tue, 31 Jan 2023 00:06:19 +0000 (00:06 +0000)
committerGitHub <noreply@github.com>
Tue, 31 Jan 2023 00:06:19 +0000 (00:06 +0000)
commitaf7b2db38497479238bba3f7edba1d8f8d685c4f
treef8fda1b3d9ced91a1c2d3626c18f8b22684c4156
parente867c1b753424d8d3f9c9ba0b431d007fd958c80
gh-99955: use SUCCESS/ERROR return values in optimizer and assembler. Use RETURN_IF_ERROR where appropriate. Fix a couple of bugs. (#101412)
Python/compile.c