]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-44600: Fix line numbers for pattern matching cleanup code (GH-27346)
authorCharles Burkland <charles.aburkland@gmail.com>
Sun, 25 Jul 2021 23:42:07 +0000 (16:42 -0700)
committerGitHub <noreply@github.com>
Sun, 25 Jul 2021 23:42:07 +0000 (16:42 -0700)
commit4214f470f0cb9b6fef9a90758756fbc00ba95b5a
tree69233bb8fafe19c2e778bfe3c3353e5e8f0b7a13
parent3e235e0447e373d81f195f4292959c7be9c013dc
bpo-44600: Fix line numbers for pattern matching cleanup code (GH-27346)
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