Skip to content

PyUnicode_KIND() uses _Py_RVALUE() #100060

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
Dec 6, 2022
Merged

PyUnicode_KIND() uses _Py_RVALUE() #100060

merged 1 commit into from
Dec 6, 2022

Conversation

vstinner
Copy link
Member

@vstinner vstinner commented Dec 6, 2022

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

netlify bot commented Dec 6, 2022

Deploy Preview for python-cpython-preview canceled.

Name Link
🔨 Latest commit cca5e5f
🔍 Latest deploy log https://app.netlify.com/sites/python-cpython-preview/deploys/638f71da017521000aa36455

@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