{{ message }}
gh-141510: Support frozendict in plistlib - #145590
Merged
Merged
Conversation
vstinner
approved these changes
Mar 16, 2026
vstinner
left a comment
Member
There was a problem hiding this comment.
LGTM.
@serhiy-storchaka @ronaldoussoren: Do you want to double check this plistlib change?
serhiy-storchaka
left a comment
Member
There was a problem hiding this comment.
Please add a NEWS entry. Note that support of frozendict is half-hearted -- only for serialization. dict_type=frozendict does not work in load(). I am not sure that it is worth to add support for deserialization.
vstinner
reviewed
Mar 16, 2026
vstinner
left a comment
Member
There was a problem hiding this comment.
Oh, can you also add plistlib to https://docs.python.org/dev/whatsnew/3.15.html#whatsnew315-frozendict?
Member
Member
Co-authored-by: Victor Stinner <vstinner@python.org>
clin1234
pushed a commit
to clin1234/cpython
that referenced
this pull request
Apr 16, 2026
Co-authored-by: Victor Stinner <vstinner@python.org>
ljfp
pushed a commit
to ljfp/cpython
that referenced
this pull request
Apr 25, 2026
Co-authored-by: Victor Stinner <vstinner@python.org>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

📚 Documentation preview 📚: https://cpython-previews--145590.org.readthedocs.build/