gh-141510: No longer accept frozendict in PyDict_Copy() by vstinner · Pull Request #145542 · python/cpython
-
-
Notifications
You must be signed in to change notification settings - Fork 34.8k
Merged
Conversation
Member
Rename _PyDict_Copy() to anydict_copy().
📚 Documentation preview 📚: https://cpython-previews--145542.org.readthedocs.build/
Rename _PyDict_Copy() to anydict_copy().
vstinner
requested review from
ZeroIntensity,
markshannon and
methane
as code owners
vstinner
added
the
skip news
label
bedevere-app
Bot
added
the
awaiting core review
label
bedevere-app
Bot
mentioned this pull request
vstinner
mentioned this pull request
Replace PyObject_IsInstance(op, &PyFrozenDict_Type) with PyFrozenDict_Check().
vstinner
deleted the
dict_copy3
branch
bedevere-app
Bot
removed
the
awaiting core review
label
da-woods
mentioned this pull request
ljfp pushed a commit to ljfp/cpython that referenced this pull request
…#145542) Rename _PyDict_Copy() to anydict_copy(). Replace PyObject_IsInstance(op, &PyFrozenDict_Type) with PyFrozenDict_Check().
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment