]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.10] bpo-44600: Fix line numbers for pattern matching cleanup code (GH-27346) ...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 26 Jul 2021 00:04:06 +0000 (17:04 -0700)
committerGitHub <noreply@github.com>
Mon, 26 Jul 2021 00:04:06 +0000 (17:04 -0700)
commit01601aa7360ae51e74a64dbe957288096bb364fd
tree5b15dacaa20c53e997b0c2cafcd29b0ae3d89ecc
parent628baf6fef4d633e756024cf813941a4075360c1
[3.10] bpo-44600: Fix line numbers for pattern matching cleanup code (GH-27346) (GH-27356)

(cherry picked from commit 4214f470f0cb9b6fef9a90758756fbc00ba95b5a)

Co-authored-by: Charles Burkland <charles.aburkland@gmail.com>
Automerge-Triggered-By: GH:brandtbucher
Lib/test/test_patma.py
Misc/NEWS.d/next/Security/2021-07-25-20-04-54.bpo-44600.0WMldg.rst [new file with mode: 0644]
Python/compile.c