From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Wed, 13 May 2026 23:24:29 +0000 (+0200) Subject: [3.15] gh-149231: tomllib: Limit the number of parts in a key (GH-149233) (GH-149677) X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dc7cad2f5db834aefb5ecabebc6f25bbb898381b;p=thirdparty%2FPython%2Fcpython.git [3.15] gh-149231: tomllib: Limit the number of parts in a key (GH-149233) (GH-149677) (cherry picked from commit bc7c102f3462a9f014f3ac2546acfb471b2a7eae) Co-authored-by: Petr Viktorin Co-authored-by: Stan Ulbrych --- 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 index 000000000000..c265b54db8be --- /dev/null +++ b/Misc/NEWS.d/next/Library/2026-05-01-16-45-31.gh-issue-149231.x2nBEE.rst @@ -0,0 +1 @@ +In :mod:`tomllib`, the number of parts in TOML keys is now limited.