-
-
Notifications
You must be signed in to change notification settings - Fork 33.5k
Open
Labels
OS-windowsbuildThe build process and cross-buildThe build process and cross-buildtopic-sysconfigtype-featureA feature request or enhancementA feature request or enhancement
Description
Feature or enhancement
Proposal:
Now on unix system, sysconfig.get_config_vars() can get all of the configure which were used when compiling python. However, on windows, some macros that discribe the function status, the size of something or whether the header file existed cannot get from it. Though the "pyconfig.h" on windows is stable, we need to respect that some people edit the "pyconfig.h" due to that their computer has some different things with other (some functions or header files they have but "pyconfig.h" assumed any windows system don't have).
What macros to add should be the macros that describe the system status which will impact the hole python compiling.
Has this already been discussed elsewhere?
No response given
Links to previous discussion of this feature:
No response
Linked PRs
Metadata
Metadata
Assignees
Labels
OS-windowsbuildThe build process and cross-buildThe build process and cross-buildtopic-sysconfigtype-featureA feature request or enhancementA feature request or enhancement