bpo-40521: Fix update_slot() whne INTERN_NAME_STRINGS is not defined by vstinner · Pull Request #20246 · python/cpython
-
-
Notifications
You must be signed in to change notification settings - Fork 34.8k
Merged
Conversation
Member
Fix type update_slot() function when the macro INTERN_NAME_STRINGS is
not defined: use _PyUnicode_EQ() in this case.
Fix type update_slot() function when the macro INTERN_NAME_STRINGS is not defined: use _PyUnicode_EQ() in this case.
the-knights-who-say-ni
added
the
CLA signed
label
bedevere-bot
added
the
awaiting core review
label
vstinner
added
the
skip news
label
vstinner
merged commit
0509c45
into
python:master
bedevere-bot
commented
May 19, 2020
bedevere-bot commented
@vstinner: Please replace # with GH- in the commit message next time. Thanks!
bedevere-bot
removed
the
awaiting core review
label
vstinner
deleted the
update_slot
branch
arturoescaip pushed a commit to arturoescaip/cpython that referenced this pull request
…ython#20246) Fix type update_slot() function when the macro INTERN_NAME_STRINGS is not defined: use _PyUnicode_EQ() in this case.
vstinner
mentioned this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment