]> granicus.if.org Git - python/commit
bpo-35890 : Fix some API calling consistency (GH-11742)
authorMinmin Gong <gongminmin@msn.com>
Sun, 3 Feb 2019 04:26:55 +0000 (20:26 -0800)
committerSteve Dower <steve.dower@microsoft.com>
Sun, 3 Feb 2019 04:26:55 +0000 (20:26 -0800)
commit8ebc6451f36fa213130c316199dbec5ad8a02163
tree8462031060a85ff44ddb0e45d5550a3900f6a18f
parent4c70d9f79c9b371990c8e054ccde53f7ff15946b
bpo-35890 : Fix some API calling consistency (GH-11742)

Unicode version of Windows APIs are used in places, but not for GetVersionEx in Python/sysmodule.c
The wcstok_s is called on Windows in Modules/main.c and PC/launcher.c, but not in Python/pathconfig.c
Misc/NEWS.d/next/Windows/2019-02-02-22-12-23.bpo-35890.ccIjHH.rst [new file with mode: 0644]
Python/pathconfig.c
Python/sysmodule.c