◐ Shell
clean mode source ↗

bpo-40521: Fix update_slot() whne INTERN_NAME_STRINGS is not defined by vstinner · Pull Request #20246 · python/cpython

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Merged

vstinner

merged 1 commit into

python:masterfrom

vstinner:update_slot

May 19, 2020

Conversation

@vstinner

@vstinner vstinner commented

May 19, 2020

edited by bedevere-bot

Loading

Copy link Copy Markdown

Member

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 Copy Markdown

@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

Reviewers

No reviews

Assignees

No one assigned

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

3 participants

@vstinner @bedevere-bot @the-knights-who-say-ni