]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] gh-149231: tomllib: Limit the number of parts in a key (GH-149233) (GH-149815)
authorPetr Viktorin <encukou@gmail.com>
Thu, 14 May 2026 20:46:10 +0000 (22:46 +0200)
committerGitHub <noreply@github.com>
Thu, 14 May 2026 20:46:10 +0000 (22:46 +0200)
commit724a5e5e3b4ab3e943992193d79f83429d56d6d8
tree7dafa34e1f8e7eeb0be25e30c3c622120cb692e4
parent9a1f30fd2839c2959827f13c2b8baec88ae9cc7f
[3.14] gh-149231: tomllib: Limit the number of parts in a key (GH-149233) (GH-149815)

(cherry picked from commit bc7c102f3462a9f014f3ac2546acfb471b2a7eae)

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]