]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-97728: Argument Clinic: Fix uninitialized variable in the Py_UNICODE converter...
authorSerhiy Storchaka <storchaka@gmail.com>
Mon, 3 Oct 2022 07:42:54 +0000 (10:42 +0300)
committerGitHub <noreply@github.com>
Mon, 3 Oct 2022 07:42:54 +0000 (10:42 +0300)
commit0ee9619a4cba58730c45e65d22288fadbf7680de
treefa6e5a5a263935824930a46f1411a5da00857ce5
parente738b5190bfa63086b5e8169189e9b05302873c8
gh-97728: Argument Clinic: Fix uninitialized variable in the Py_UNICODE converter (GH-97729)

It affects function os.system() on Windows and Windows-specific modules
winreg, _winapi, _overlapped, and _msi.
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