]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-111803: Support loading more deeply nested lists in binary plist format (GH-114024)
authorSerhiy Storchaka <storchaka@gmail.com>
Sat, 13 Jan 2024 13:26:55 +0000 (15:26 +0200)
committerGitHub <noreply@github.com>
Sat, 13 Jan 2024 13:26:55 +0000 (15:26 +0200)
commit77b45fa6d0b8c0c14657b5117b21a3f3f2ce97d8
tree9229c51006220c5626b4b3b20b74d6914cb64ff9
parentdd56b5748317c3d504d6a9660d9207620c547f5c
gh-111803: Support loading more deeply nested lists in binary plist format (GH-114024)

It no longer uses the C stack. The depth of nesting is only limited by
Python recursion limit setting.
Lib/plistlib.py
Misc/NEWS.d/next/Library/2024-01-13-14-20-31.gh-issue-111803.llpLAw.rst [new file with mode: 0644]