PyUnicode_KIND() uses _Py_RVALUE() by vstinner · Pull Request #100060 · python/cpython · GitHub
Skip to content

PyUnicode_KIND() uses _Py_RVALUE() - #100060

Merged
vstinner merged 1 commit into
python:mainfrom
vstinner:unicode_kind_rvalue
Dec 6, 2022
Merged

vstinner merged 1 commit into
python:mainfrom
vstinner:unicode_kind_rvalue

Conversation

@vstinner

@vstinner vstinner commented Dec 6, 2022

Copy link
Copy Markdown
Member

The PyUnicode_KIND() macro is modified to use _Py_RVALUE(), so it can no longer be used as a l-value.

The PyUnicode_KIND() macro is modified to use _Py_RVALUE(), so it can
no longer be used as a l-value.
@netlify

netlify Bot commented Dec 6, 2022

Copy link
Copy Markdown

@vstinner
vstinner merged commit abbe448 into python:main Dec 6, 2022
@vstinner
vstinner deleted the unicode_kind_rvalue branch December 6, 2022 22:40
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.

2 participants