]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-131082: Add missing guards for WIN32_LEAN_AND_MEAN (GH-131044) (#131084)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 11 Mar 2025 11:56:54 +0000 (12:56 +0100)
committerGitHub <noreply@github.com>
Tue, 11 Mar 2025 11:56:54 +0000 (11:56 +0000)
commitf9d19a3ada63b9e9ec457d7b8f42c57b830280b4
tree57ef8cdb2bcef85b62ddc4c7b8fc2d63b09973bc
parent27fd328cf68e5d812cdb7f9533a16dd68d911c54
[3.13] gh-131082: Add missing guards for WIN32_LEAN_AND_MEAN (GH-131044) (#131084)

(cherry picked from commit de8818ae233b8e7722aa5d6f91d4b5a04bd039df)

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