FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

gh-105156: Argument Clinic avoids Py_UNICODE type by vstinner · Pull Request #105161 · python/cpython · GitHub

/ cpython Public

gh-105156: Argument Clinic avoids Py_UNICODE type - #105161

Merged
vstinner merged 1 commit into
python:mainfrom
vstinner:clinic_unicode
May 31, 2023
Merged

gh-105156: Argument Clinic avoids Py_UNICODE type#105161
vstinner merged 1 commit into
python:mainfrom
vstinner:clinic_unicode

Conversation

vstinner commented May 31, 2023
edited by bedevere-bot
Loading

Copy link
Copy Markdown
Member

Argument Clinic now uses "const wchar_t*" type instead of "const Py_UNICODE*" type for the "Py_UNICODE" format.

Argument Clinic now uses "const wchar_t*" type instead of
"const Py_UNICODE*" type for the "Py_UNICODE" format.

Copy link
Copy Markdown
Member Author

cc @methane

Copy link
Copy Markdown
Member Author

Thanks for the review @methane.

vstinner merged commit dd29ae2 into python:main May 31, 2023
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
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.

3 participants


Back | FazBrowse Home | New Git URL