]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-149231: tomllib: Limit the number of parts in a key (GH-149233) (GH-149815...
authorPetr Viktorin <encukou@gmail.com>
Tue, 9 Jun 2026 20:20:07 +0000 (22:20 +0200)
committerGitHub <noreply@github.com>
Tue, 9 Jun 2026 20:20:07 +0000 (22:20 +0200)
commit743482a87e3769f8b71db9db35e7ffa798e36b15
tree090e7ed7255e000e0c13e63d20ce5ee9b9728205
parent310125eb9d303046046d4f11a5fce5dede9c2fe8
[3.13] gh-149231: tomllib: Limit the number of parts in a key (GH-149233) (GH-149815) (#149848)

[3.14] gh-149231: tomllib: Limit the number of parts in a key (GH-149233) (GH-149815)

(cherry picked from commit bc7c102f3462a9f014f3ac2546acfb471b2a7eae)
(cherry picked from commit 724a5e5e3b4ab3e943992193d79f83429d56d6d8)

Co-authored-by: Stan Ulbrych <stan@python.org>
Lib/test/test_tomllib/test_misc.py
Lib/tomllib/_parser.py
Misc/NEWS.d/next/Library/2026-05-01-16-45-31.gh-issue-149231.x2nBEE.rst [new file with mode: 0644]