]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.15] gh-149231: tomllib: Limit the number of parts in a key (GH-149233) (GH-149677)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 13 May 2026 23:24:29 +0000 (01:24 +0200)
committerGitHub <noreply@github.com>
Wed, 13 May 2026 23:24:29 +0000 (01:24 +0200)
(cherry picked from commit bc7c102f3462a9f014f3ac2546acfb471b2a7eae)

Co-authored-by: Petr Viktorin <encukou@gmail.com>
Co-authored-by: Stan Ulbrych <stan@python.org>
Misc/NEWS.d/next/Library/2026-05-01-16-45-31.gh-issue-149231.x2nBEE.rst [new file with mode: 0644]

diff --git a/Misc/NEWS.d/next/Library/2026-05-01-16-45-31.gh-issue-149231.x2nBEE.rst b/Misc/NEWS.d/next/Library/2026-05-01-16-45-31.gh-issue-149231.x2nBEE.rst
new file mode 100644 (file)
index 0000000..c265b54
--- /dev/null
@@ -0,0 +1 @@
+In :mod:`tomllib`, the number of parts in TOML keys is now limited.