]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-140797: Forbid capturing groups in re.Scanner lexicon patterns (GH-140944)
authorAbhishek Tiwari <Abhi210@users.noreply.github.com>
Tue, 4 Nov 2025 10:54:28 +0000 (16:24 +0530)
committerGitHub <noreply@github.com>
Tue, 4 Nov 2025 10:54:28 +0000 (12:54 +0200)
commitfa9c3eefd475f0647a69bf3f49db8100848fb6a9
treeb42289ba826f79c6d564cb61111d9afc085e91c4
parenta84181c31bfc45a1d6bcb1296bd298ad612c54d0
gh-140797: Forbid capturing groups in re.Scanner lexicon patterns (GH-140944)
Lib/re/__init__.py
Lib/test/test_re.py
Misc/NEWS.d/next/Library/2025-11-03-16-23-54.gh-issue-140797.DuFEeR.rst [new file with mode: 0644]