]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-105156: Argument Clinic avoids Py_UNICODE type (#105161)
authorVictor Stinner <vstinner@python.org>
Wed, 31 May 2023 17:52:33 +0000 (19:52 +0200)
committerGitHub <noreply@github.com>
Wed, 31 May 2023 17:52:33 +0000 (17:52 +0000)
commitdd29ae26f89ba7db596127b6eba83bb3a45c167b
treeac7749dd289eefe2388b6316b32bcbd503ae3c9a
parentc05c31db8c9dfd708b9857bb57f8e5f3ce40266d
gh-105156: Argument Clinic avoids Py_UNICODE type (#105161)

Argument Clinic now uses "const wchar_t*" type instead of
"const Py_UNICODE*" type for the "Py_UNICODE" format.
Modules/_winapi.c
Modules/clinic/_winapi.c.h
Modules/clinic/overlapped.c.h
Modules/clinic/posixmodule.c.h
Modules/overlapped.c
Modules/posixmodule.c
PC/clinic/winreg.c.h
PC/winreg.c
Tools/clinic/clinic.py