]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-123048: Fix missing source location in pattern matching code (#123167)
authorIrit Katriel <1055913+iritkatriel@users.noreply.github.com>
Tue, 20 Aug 2024 10:39:41 +0000 (11:39 +0100)
committerGitHub <noreply@github.com>
Tue, 20 Aug 2024 10:39:41 +0000 (11:39 +0100)
commitbffed80230f2617de2ee02bd4bdded1024234dab
tree8a0b46e06425ae76817b50571b5bf29c5349909d
parent77133f570dcad599e5b1199c39e999bfac959ae2
gh-123048: Fix missing source location in pattern matching code (#123167)
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