]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-148370: prevent quadratic behavior in `configparser.ParsingError.combine...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 13 Apr 2026 23:05:38 +0000 (01:05 +0200)
committerGitHub <noreply@github.com>
Mon, 13 Apr 2026 23:05:38 +0000 (23:05 +0000)
commita69b14bc01a23aa4024660e6f1e52fc78308fafa
tree9cf86e7c72de550290084efd560273bca0a0ebba
parentd82c491b2ebb8fa952efa1dfddb2e873d867ccb2
[3.13] gh-148370: prevent quadratic behavior in `configparser.ParsingError.combine` (GH-148452) (#148533)

gh-148370: prevent quadratic behavior in `configparser.ParsingError.combine` (GH-148452)
(cherry picked from commit 2662db0c45aa16232136628457a53681b6683c25)

Co-authored-by: Bénédikt Tran <10796600+picnixz@users.noreply.github.com>
Lib/configparser.py
Lib/test/test_configparser.py
Misc/NEWS.d/next/Library/2026-04-12-16-40-11.gh-issue-148370.0Li2EK.rst [new file with mode: 0644]