commit | 997ba5d126f5040d5b7536f73bc89049e9f9421d | [log] [tgz] |
---|---|---|
author | Irit Katriel <1055913+iritkatriel@users.noreply.github.com> | Fri Apr 01 15:50:15 2022 +0100 |
committer | GitHub <noreply@github.com> | Fri Apr 01 15:50:15 2022 +0100 |
tree | 8362aa809196feb2682be662481b890a425f2f31 | |
parent | 04e07c258f4f2ac85e25355242a113f98a706f04 [diff] |
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.