]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-125515: Mark code after "return" as unreachable in the cases generator (#133178)
authorBrandt Bucher <brandtbucher@microsoft.com>
Wed, 30 Apr 2025 00:21:14 +0000 (17:21 -0700)
committerGitHub <noreply@github.com>
Wed, 30 Apr 2025 00:21:14 +0000 (00:21 +0000)
commitb329096cfbebb60e0f5c3ea0a300f650d2004200
tree7909f6c5cb3dc41d2f576331bb4ab24bddb97d19
parent42b0b0667e67ff444a03d0e7b217e77f3aae535d
GH-125515: Mark code after "return" as unreachable in the cases generator (#133178)

Mark code after "return" as unreachable
Python/generated_cases.c.h
Tools/cases_generator/generators_common.py