gh-141510: Update PyDict_Copy documentation with note on frozendict by eendebakpt · Pull Request #145249 · python/cpython
-
-
Notifications
You must be signed in to change notification settings - Fork 34.8k
Merged
Conversation
Contributor
📚 Documentation preview 📚: https://cpython-previews--145249.org.readthedocs.build/
eendebakpt
requested a review
from ZeroIntensity
as a code owner
bedevere-app
Bot
added
the
awaiting review
label
bedevere-app
Bot
mentioned this pull request
github-project-automation
Bot
added this to Docs PRs
github-project-automation
Bot
moved this to Todo
in Docs PRs
Doc/c-api/dict.rst Outdated
ZeroIntensity
approved these changes
bedevere-app
Bot
added
awaiting merge
and removed
awaiting review
labels
github-project-automation
Bot
moved this from Todo
to Done
in Docs PRs
bedevere-app
Bot
removed
the
awaiting merge
label
brijkapadia pushed a commit to brijkapadia/cpython that referenced this pull request
vstinner
commented
Mar 4, 2026
vstinner commented
Member
I'm not sure that it's a good idea to return a frozendict if PyDict_Copy() is called on a frozendict.
I wrote #145517 to change PyDict_Copy() API to always return a dict.
ljfp pushed a commit to ljfp/cpython that referenced this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment