]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-47172: Compiler enhancements (GH-32200)
authorIrit Katriel <1055913+iritkatriel@users.noreply.github.com>
Fri, 1 Apr 2022 14:50:15 +0000 (15:50 +0100)
committerGitHub <noreply@github.com>
Fri, 1 Apr 2022 14:50:15 +0000 (15:50 +0100)
commit997ba5d126f5040d5b7536f73bc89049e9f9421d
tree8362aa809196feb2682be662481b890a425f2f31
parent04e07c258f4f2ac85e25355242a113f98a706f04
bpo-47172: Compiler enhancements (GH-32200)

* Make virtual opcodes negative.

* Make is_jump detect only actual jumps.

* Use is_block_push for the exception block setup opcodes.
Python/compile.c