| commit | 769b9dccd2f796ffd0a75c1d088f2023c3ca28f7 | [log] [tgz] |
|---|---|---|
| author | Serhiy Storchaka <storchaka@gmail.com> | Mon Oct 03 16:59:21 2022 +0300 |
| committer | GitHub <noreply@github.com> | Mon Oct 03 16:59:21 2022 +0300 |
| tree | c31af472a41a3add203d44d322af436770c902aa | |
| parent | e1cbb6f62fba1f87222a35f451b9765c77ba508e [diff] |
[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)