-
-
Notifications
You must be signed in to change notification settings - Fork 34.4k
Fix building CPython with -DWIN32_LEAN_AND_MEAN on Windows #115882
Copy link
Copy link
Closed
Labels
Description
Feature or enhancement
Proposal:
We use customized build of CPython which compiles all the sources with -WIN32_LEAN_AND_MEAN, thus limiting the amount of transitive #include from Windows.h header.
I would like to propose a series of enhancements to make CPython buildable in this configuration.
Has this already been discussed elsewhere?
No response given
Links to previous discussion of this feature:
No response
Linked PRs
Reactions are currently unavailable