]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] gh-131082: Add missing guards for WIN32_LEAN_AND_MEAN (#131044) (#131085)
authorVictor Stinner <vstinner@python.org>
Tue, 11 Mar 2025 11:55:13 +0000 (12:55 +0100)
committerGitHub <noreply@github.com>
Tue, 11 Mar 2025 11:55:13 +0000 (11:55 +0000)
commit3f226c5a7f776997b8bec4c7009b07c7bc93da94
tree33f0d79d8204defbc76a7bcdab19638bc1d9e540
parentbfad0b56d9d2d867af01d146fb72862e8a4b10ed
[3.12] gh-131082: Add missing guards for WIN32_LEAN_AND_MEAN (#131044) (#131085)

gh-131082: Add missing guards for WIN32_LEAN_AND_MEAN (#131044)

(cherry picked from commit de8818ae233b8e7722aa5d6f91d4b5a04bd039df)

Co-authored-by: Max Bachmann <kontakt@maxbachmann.de>
Include/internal/pycore_condvar.h
Modules/_io/winconsoleio.c
Python/sysmodule.c