]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-123048: Fix missing source location in pattern matching code (GH-123167...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 20 Aug 2024 11:13:43 +0000 (13:13 +0200)
committerGitHub <noreply@github.com>
Tue, 20 Aug 2024 11:13:43 +0000 (11:13 +0000)
commit159db050f429da0bc847949b273ff25b8941943c
treedc295a414edadca54b6cf05f248be66b5de9110b
parent595fb38e911c9f674d8c0178a223ba5426395184
[3.13] gh-123048: Fix missing source location in pattern matching code (GH-123167) (#123169)

gh-123048: Fix missing source location in pattern matching code (GH-123167)
(cherry picked from commit bffed80230f2617de2ee02bd4bdded1024234dab)

Co-authored-by: Irit Katriel <1055913+iritkatriel@users.noreply.github.com>
Lib/test/test_patma.py
Misc/NEWS.d/next/Core and Builtins/2024-08-20-11-09-16.gh-issue-123048.2TISpv.rst [new file with mode: 0644]
Python/compile.c