]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-93678: apply remove_redundant_jumps in optimize_cfg (GH-96274)
authorIrit Katriel <1055913+iritkatriel@users.noreply.github.com>
Thu, 1 Sep 2022 10:03:52 +0000 (11:03 +0100)
committerGitHub <noreply@github.com>
Thu, 1 Sep 2022 10:03:52 +0000 (11:03 +0100)
commit894cafd9a53f2423adc6b1fb111006883aeac03c
tree3118d625cc4b82d8bb617071be218641242af8e1
parente93d1bda77b71db7ca150187f841fbb237772b2c
gh-93678: apply remove_redundant_jumps in optimize_cfg (GH-96274)
Lib/test/test_peepholer.py
Python/compile.c