Skip to content

gh-92536: Remove PyUnicode_READY() calls #105210

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 2 commits into from
Jun 1, 2023

Conversation

vstinner
Copy link
Member

@vstinner vstinner commented Jun 1, 2023

Since Python 3.12, PyUnicode_READY() does nothing and always returns 0.

Since Python 3.12, PyUnicode_READY() does nothing and always
returns 0.
@vstinner
Copy link
Member Author

vstinner commented Jun 1, 2023

See also PR #105208.

@vstinner vstinner merged commit ef30093 into python:main Jun 1, 2023
@vstinner vstinner deleted the remove_pyunicode_ready branch June 1, 2023 23:33
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