]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-43754: Eliminate bindings for partial pattern matches (GH-25229)
authorBrandt Bucher <brandt@python.org>
Sun, 2 May 2021 20:02:10 +0000 (13:02 -0700)
committerGitHub <noreply@github.com>
Sun, 2 May 2021 20:02:10 +0000 (13:02 -0700)
commit0ad1e0384c8afc5259a6d03363491d89500a5d03
tree66debec62434d9503dd8c3b60c22dc99dcd15f95
parent7d2b83e9f092a2ea1f715fe028f7c48324bee756
bpo-43754: Eliminate bindings for partial pattern matches (GH-25229)
Doc/library/dis.rst
Include/opcode.h
Lib/importlib/_bootstrap_external.py
Lib/opcode.py
Lib/test/test_patma.py
Misc/NEWS.d/next/Core and Builtins/2021-04-24-16-40-23.bpo-43754.9SzHWG.rst [new file with mode: 0644]
Python/ceval.c
Python/compile.c
Python/importlib_external.h
Python/opcode_targets.h