gh-106320: Remove _PyUnicode_TransformDecimalAndSpaceToASCII() by vstinner · Pull Request #106398 · python/cpython · GitHub
Skip to content

gh-106320: Remove _PyUnicode_TransformDecimalAndSpaceToASCII()#106398

Merged
vstinner merged 3 commits intopython:mainfrom
vstinner:pycore_unicodeobject4
Jul 4, 2023
Merged

gh-106320: Remove _PyUnicode_TransformDecimalAndSpaceToASCII()#106398
vstinner merged 3 commits intopython:mainfrom
vstinner:pycore_unicodeobject4

Conversation

@vstinner
Copy link
Copy Markdown
Member

@vstinner vstinner commented Jul 4, 2023

Remove private _PyUnicode_TransformDecimalAndSpaceToASCII() and other private _PyUnicode C API functions: move them to the internal C API (pycore_unicodeobject.h). No longer most of these functions.

Replace _testcapi.unicode_transformdecimalandspacetoascii() with _testinternal._PyUnicode_TransformDecimalAndSpaceToASCII().

Remove private _PyUnicode_TransformDecimalAndSpaceToASCII() and other
private _PyUnicode C API functions: move them to the internal C API
(pycore_unicodeobject.h). No longer most of these functions.

Replace _testcapi.unicode_transformdecimalandspacetoascii() with
_testinternal._PyUnicode_TransformDecimalAndSpaceToASCII().
@vstinner vstinner enabled auto-merge (squash) July 4, 2023 08:00
@vstinner vstinner disabled auto-merge July 4, 2023 08:23
@vstinner vstinner enabled auto-merge (squash) July 4, 2023 08:24
@vstinner vstinner merged commit 8a73b57 into python:main Jul 4, 2023
@bedevere-bot
Copy link
Copy Markdown

@vstinner vstinner deleted the pycore_unicodeobject4 branch July 4, 2023 13:19
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