]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-46286: use the new POP_JUMP_IF_NOT_NONE opcode to simplify except* (GH-30439)
authorIrit Katriel <1055913+iritkatriel@users.noreply.github.com>
Thu, 6 Jan 2022 19:43:16 +0000 (19:43 +0000)
committerGitHub <noreply@github.com>
Thu, 6 Jan 2022 19:43:16 +0000 (11:43 -0800)
commit16dfabf75cd0786781bcd8ded6a12591fb893d68
treee52010d8d259582ddaa500670a787d71ae96059e
parent9c5fa9c97c5c5336e60e4ae7a2e6e3f67acedfc7
bpo-46286: use the new POP_JUMP_IF_NOT_NONE opcode to simplify except* (GH-30439)

Automerge-Triggered-By: GH:iritkatriel
Python/compile.c