]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.11] GH-103971: Fix incorrect locations for code following case blocks
authorTian Gao <gaogaotiantian@hotmail.com>
Fri, 28 Apr 2023 20:08:25 +0000 (13:08 -0700)
committerGitHub <noreply@github.com>
Fri, 28 Apr 2023 20:08:25 +0000 (20:08 +0000)
commitfee3c91a196e8c716ff86cb5e8bd3fda32f4e6a8
tree1fc56c3672af53b7ba79762091f9b6d06e32b7ca
parent4219074127221fdbf545f908361da4ad98437b45
[3.11] GH-103971: Fix incorrect locations for code following case blocks
Lib/test/test_patma.py
Misc/NEWS.d/next/Core and Builtins/2023-04-28-18-57-13.gh-issue-103971.Q3U9lv.rst [new file with mode: 0644]
Python/compile.c