]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-138250: load fast optimization should fall through to empty blocks (#138249)
authorDino Viehland <dinoviehland@meta.com>
Fri, 29 Aug 2025 18:49:35 +0000 (11:49 -0700)
committerGitHub <noreply@github.com>
Fri, 29 Aug 2025 18:49:35 +0000 (11:49 -0700)
commite05182f98ea100b6e26796a76b1399237aeac22f
tree59192b7b0a08a7b5ecf23bd7369c53a98b1db106
parent5f7906715adea645d8141d5337851872cfca4381
gh-138250: load fast optimization should fall through to empty blocks (#138249)

load fast optimization should fall through to empty blocks
Python/flowgraph.c