]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.10] gh-97728: Argument Clinic: Fix uninitialized variable in the Py_UNICODE conver...
authorSerhiy Storchaka <storchaka@gmail.com>
Mon, 3 Oct 2022 13:59:21 +0000 (16:59 +0300)
committerGitHub <noreply@github.com>
Mon, 3 Oct 2022 13:59:21 +0000 (16:59 +0300)
commit769b9dccd2f796ffd0a75c1d088f2023c3ca28f7
treec31af472a41a3add203d44d322af436770c902aa
parente1cbb6f62fba1f87222a35f451b9765c77ba508e
[3.10] gh-97728: Argument Clinic: Fix uninitialized variable in the Py_UNICODE converter (GH-97729) (GH-97760)

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