]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] 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:21:33 +0000 (12:21 +0100)
committerGitHub <noreply@github.com>
Tue, 4 Nov 2025 11:21:33 +0000 (11:21 +0000)
commite5266fcac83667e74793cdc2cafe1e96422c1cea
tree24351e9a491de285c946722325f851066c2b80b6
parent331b4b868c1056370f150a6426bea9e1e5c52aff
[3.14] gh-140797: Forbid capturing groups in re.Scanner lexicon patterns (GH-140944) (GH-140982)

(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]