Skip to content

bpo-40521: Fix update_slot() whne INTERN_NAME_STRINGS is not defined #20246

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 19, 2020
Merged

bpo-40521: Fix update_slot() whne INTERN_NAME_STRINGS is not defined #20246

merged 1 commit into from
May 19, 2020

Conversation

vstinner
Copy link
Member

@vstinner vstinner commented May 19, 2020

Fix type update_slot() function when the macro INTERN_NAME_STRINGS is
not defined: use _PyUnicode_EQ() in this case.

https://bugs.python.org/issue40521

Fix type update_slot() function when the macro INTERN_NAME_STRINGS is
not defined: use _PyUnicode_EQ() in this case.
@bedevere-bot
Copy link

@vstinner: Please replace # with GH- in the commit message next time. Thanks!

@vstinner vstinner deleted the update_slot branch May 19, 2020 23:57
arturoescaip pushed a commit to arturoescaip/cpython that referenced this pull request May 24, 2020
…ython#20246)

Fix type update_slot() function when the macro INTERN_NAME_STRINGS is
not defined: use _PyUnicode_EQ() in this case.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants