Skip to content

gh-111803: Support loading more deeply nested lists in binary plist format#114024

Merged
serhiy-storchaka merged 1 commit into
python:mainfrom
serhiy-storchaka:plistlib-binary-load-nested-lists
Jan 13, 2024
Merged

gh-111803: Support loading more deeply nested lists in binary plist format#114024
serhiy-storchaka merged 1 commit into
python:mainfrom
serhiy-storchaka:plistlib-binary-load-nested-lists

Conversation

@serhiy-storchaka

@serhiy-storchaka serhiy-storchaka commented Jan 13, 2024

Copy link
Copy Markdown
Member

It no longer uses the C stack and the depth of nesting is only limited by Python recursion limit setting.

…list format

It no longer uses the C stack and the depth of nesting is only limited by
Python recursion limit setting.
@serhiy-storchaka

Copy link
Copy Markdown
Member Author

!buildbot WASI

@bedevere-bot

Copy link
Copy Markdown

🤖 New build scheduled with the buildbot fleet by @serhiy-storchaka for commit 2dfbdd0 🤖

The command will test the builders whose names match following regular expression: WASI

The builders matched are:

  • wasm32 WASI 8Core PR
  • wasm32-wasi PR

@ronaldoussoren ronaldoussoren left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@serhiy-storchaka
serhiy-storchaka merged commit 77b45fa into python:main Jan 13, 2024
@serhiy-storchaka
serhiy-storchaka deleted the plistlib-binary-load-nested-lists branch January 13, 2024 13:26
kulikjak pushed a commit to kulikjak/cpython that referenced this pull request Jan 22, 2024
…list format (pythonGH-114024)

It no longer uses the C stack. The depth of nesting is only limited by
Python recursion limit setting.
aisk pushed a commit to aisk/cpython that referenced this pull request Feb 11, 2024
…list format (pythonGH-114024)

It no longer uses the C stack. The depth of nesting is only limited by
Python recursion limit setting.
Glyphack pushed a commit to Glyphack/cpython that referenced this pull request Sep 2, 2024
…list format (pythonGH-114024)

It no longer uses the C stack. The depth of nesting is only limited by
Python recursion limit setting.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants