8000 Guards for WIN32_LEAN_AND_MEAN missing in some places · Issue #131082 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

Guards for WIN32_LEAN_AND_MEAN missing in some places #131082

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
maxbachmann opened this issue Mar 11, 2025 · 0 comments
Closed

Guards for WIN32_LEAN_AND_MEAN missing in some places #131082

maxbachmann opened this issue Mar 11, 2025 · 0 comments
Labels
type-bug An unexpected behavior, bug, or error

Comments

@maxbachmann
Copy link
Contributor
maxbachmann commented Mar 11, 2025

Bug report

Bug description:

Macro guards for the WIN32_LEAN_AND_MEAN macro are missing in some places. This leads to redefinition warnings on the xbox that define this as part of it's toolchain.

CPython versions tested on:

3.13

Operating systems tested on:

Other

Linked PRs

@maxbachmann maxbachmann added the type-bug An unexpected behavior, bug, or error label Mar 11, 2025
vstinner pushed a commit that referenced this issue Mar 11, 2025
* Add missing guards for WIN32_LEAN_AND_MEAN

* add missing whitespaces
miss-islington pushed a commit to miss-islington/cpython that referenced this issue Mar 11, 2025
…-131044)

* Add missing guards for WIN32_LEAN_AND_MEAN

* add missing whitespaces
(cherry picked from commit de8818a)

Co-authored-by: Max Bachmann <kontakt@maxbachmann.de>
vstinner added a commit that referenced this issue Mar 11, 2025
#131085)

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

(cherry picked from commit de8818a)

Co-authored-by: Max Bachmann <kontakt@maxbachmann.de>
vstinner pushed a commit that referenced this issue Mar 11, 2025
…) (#131084)

(cherry picked from commit de8818a)

Co-authored-by: Max Bachmann <kontakt@maxbachmann.de>
seehwan pushed a commit to seehwan/cpython that referenced this issue Apr 16, 2025
…31044)

* Add missing guards for WIN32_LEAN_AND_MEAN

* add missing whitespaces
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type-bug An unexpected behavior, bug, or error
Projects
None yet
Development

No branches or pull requests

2 participants
0