]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-43499: Silence compiler warnings about using legacy C API on Windows (GH-24873)
authorSerhiy Storchaka <storchaka@gmail.com>
Tue, 16 Mar 2021 06:03:37 +0000 (08:03 +0200)
committerGitHub <noreply@github.com>
Tue, 16 Mar 2021 06:03:37 +0000 (08:03 +0200)
commit651fc30af7ac6138764106b87632cabca56a98bb
treec656dd7a77205b7925b74a34ab34d73d5445e2a6
parenta838e477a009bae4549f10bfd3396b8d5678415d
bpo-43499: Silence compiler warnings about using legacy C API on Windows (GH-24873)
Modules/_ctypes/callproc.c
Modules/_io/fileio.c
Modules/posixmodule.c
Objects/unicodeobject.c
PC/_msi.c
PC/winreg.c
Python/dynload_win.c
Python/fileutils.c