Message392295
Related to the change:
It looks like we can also cleanup Modules/Setup and remove -DPy_BUILD_CORE_BUILTIN and -DPy_BUILD_CORE_MODULE. Modules/makesetup adds $PY_BUILTIN_MODULE_CFLAGS in the compile step. The variable is defined as
PY_BUILTIN_MODULE_CFLAGS= $(PY_STDMODULE_CFLAGS) -DPy_BUILD_CORE_BUILTIN |
|
| Date |
User |
Action |
Args |
| 2021-04-29 09:22:44 | christian.heimes | set | recipients:
+ christian.heimes, vstinner, pablogsal |
| 2021-04-29 09:22:43 | christian.heimes | set | messageid: <[email protected]> |
| 2021-04-29 09:22:43 | christian.heimes | link | issue43974 messages |
| 2021-04-29 09:22:43 | christian.heimes | create | |
|