]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-131082: Add missing guards for WIN32_LEAN_AND_MEAN (#131044)
authorMax Bachmann <kontakt@maxbachmann.de>
Tue, 11 Mar 2025 11:33:01 +0000 (12:33 +0100)
committerGitHub <noreply@github.com>
Tue, 11 Mar 2025 11:33:01 +0000 (12:33 +0100)
commitde8818ae233b8e7722aa5d6f91d4b5a04bd039df
treee0af227c065cf238c4c2b479af8cc6ec10f573ae
parent425e0af74fb882b95f81923123bd4afad0cda157
gh-131082: Add missing guards for WIN32_LEAN_AND_MEAN (#131044)

* Add missing guards for WIN32_LEAN_AND_MEAN

* add missing whitespaces
Include/internal/pycore_condvar.h
Include/internal/pycore_semaphore.h
Modules/_interpchannelsmodule.c
Modules/_io/winconsoleio.c
Python/lock.c
Python/sysmodule.c