]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-128533: Add `NOT_TAKEN` instruction after bytecode optimization. (GH-128554)
authorMark Shannon <mark@hotpy.org>
Mon, 6 Jan 2025 22:01:07 +0000 (22:01 +0000)
committerGitHub <noreply@github.com>
Mon, 6 Jan 2025 22:01:07 +0000 (22:01 +0000)
commit2434fd2d50b8b770585ad5949a664e4bbab4bde1
tree8685e8f13c843ca527020363bc372259fa78d7f3
parentb6c919b674549d519efbbc378588ca6d3efc7242
GH-128533: Add `NOT_TAKEN` instruction after bytecode optimization. (GH-128554)
Lib/test/test_compiler_codegen.py
Lib/test/test_dis.py
Python/codegen.c
Python/flowgraph.c