Skip to content

gh-92536: Remove PyUnicode_READY() calls - #105210

Merged
vstinner merged 2 commits into
python:mainfrom
vstinner:remove_pyunicode_ready
Jun 1, 2023
Merged

gh-92536: Remove PyUnicode_READY() calls#105210
vstinner merged 2 commits into
python:mainfrom
vstinner:remove_pyunicode_ready

Conversation

@vstinner

@vstinnervstinner commented Jun 1, 2023

Copy link
Copy Markdown
Member

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

See also PR #105208.

@vstinner
vstinner merged commit ef30093 into python:mainJun 1, 2023
@vstinner
vstinner deleted the remove_pyunicode_ready branch June 1, 2023 23:33
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@vstinner@bedevere-bot