]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] gh-148370: prevent quadratic behavior in `configparser.ParsingError.combine...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 13 Apr 2026 22:59:47 +0000 (00:59 +0200)
committerGitHub <noreply@github.com>
Mon, 13 Apr 2026 22:59:47 +0000 (22:59 +0000)
commitd42874a1ba62b2ab954c4251c1550a342a5898c0
tree684534ae615f7c8f5cb1730edac46b033c02f52f
parent592c68cf6b1bea936d42eb694ee17e0bbd76008c
[3.14] gh-148370: prevent quadratic behavior in `configparser.ParsingError.combine` (GH-148452) (#148532)

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]