]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Use Unicode unconditionally for _winapi.CreateFile (GH-114611)
authorSteve Dower <steve.dower@python.org>
Fri, 26 Jan 2024 17:48:36 +0000 (17:48 +0000)
committerGitHub <noreply@github.com>
Fri, 26 Jan 2024 17:48:36 +0000 (17:48 +0000)
commitd7cbb04acbfa9f975057518f5db0de2f7a8a93ea
tree57cd3d99f5c986aa4bde163a2888423e3a7210e0
parentc09eae3e3823c8374204a796dae5b861cc835c2c
Use Unicode unconditionally for _winapi.CreateFile (GH-114611)

Currently it switches based on build settings, but argument clinic does not handle it correctly.
Modules/_winapi.c
Modules/clinic/_winapi.c.h