]> 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:53:46 +0000 (17:53 +0000)
committerGitHub <noreply@github.com>
Fri, 26 Jan 2024 17:53:46 +0000 (17:53 +0000)
commit74bd566f70f14959a7752388eb2f24cfeb6cf4e4
tree6bea71233c36a2524280f933b4d74736889b3e2d
parentc95cdd0a824a0219492a2dadd772b2391a18b9da
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