]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-149231: tomllib: Limit the number of parts in a key (GH-149233)
authorPetr Viktorin <encukou@gmail.com>
Mon, 4 May 2026 11:49:07 +0000 (13:49 +0200)
committerGitHub <noreply@github.com>
Mon, 4 May 2026 11:49:07 +0000 (13:49 +0200)
commitbc7c102f3462a9f014f3ac2546acfb471b2a7eae
tree6a40f84b22a93a5c8a812ad5f9746c41a1b14761
parent246fe14e7ccfdea62c7d92b49a272abd55acc850
gh-149231: tomllib: Limit the number of parts in a key (GH-149233)

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]