]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-140797: Forbid capturing groups in re.Scanner lexicon patterns (GH-140944...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 4 Nov 2025 11:17:29 +0000 (12:17 +0100)
committerGitHub <noreply@github.com>
Tue, 4 Nov 2025 11:17:29 +0000 (11:17 +0000)
commitee894d2abbdb9678f4cecdc15707496a0eea7f85
treed1c4ea3b605dd78dc28ae053ba2430457c0fcd13
parente7507967f8ff82a1625dfa2c165f52c365fd404e
[3.13] gh-140797: Forbid capturing groups in re.Scanner lexicon patterns (GH-140944) (GH-140983)

(cherry picked from commit fa9c3eefd475f0647a69bf3f49db8100848fb6a9)

Co-authored-by: Abhishek Tiwari <Abhi210@users.noreply.github.com>
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]