]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.11] gh-97728: Argument Clinic: Fix uninitialized variable in the Py_UNICODE conver...
authorSerhiy Storchaka <storchaka@gmail.com>
Mon, 3 Oct 2022 12:01:54 +0000 (15:01 +0300)
committerGitHub <noreply@github.com>
Mon, 3 Oct 2022 12:01:54 +0000 (15:01 +0300)
commitf07ee4147980e20abe710e917b62258637b13c62
treef8b0a8fd94dec5d2bd42b754f70e6e879f636a4a
parent3db036888c4c6a963659ab2708158c4e1ec41adb
[3.11] gh-97728: Argument Clinic: Fix uninitialized variable in the Py_UNICODE converter (GH-97729) (GH-97757)

It affects function os.system() on Windows and Windows-specific modules
winreg, _winapi, _overlapped, and _msi.
(cherry picked from commit 0ee9619a4cba58730c45e65d22288fadbf7680de)
Lib/test/clinic.test
Misc/NEWS.d/next/Windows/2022-10-02-11-59-23.gh-issue-97728.dIdlPE.rst [new file with mode: 0644]
Modules/clinic/_winapi.c.h
Modules/clinic/overlapped.c.h
Modules/clinic/posixmodule.c.h
PC/clinic/_msi.c.h
PC/clinic/winreg.c.h
Tools/clinic/clinic.py