This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author christian.heimes
Recipients christian.heimes, pablogsal, vstinner
Date 2021-04-29.09:22:43
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1619688163.98.0.791990186098.issue43974@roundup.psfhosted.org>
In-reply-to
Content
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
History
Date User Action Args
2021-04-29 09:22:44christian.heimessetrecipients: + christian.heimes, vstinner, pablogsal
2021-04-29 09:22:43christian.heimessetmessageid: <1619688163.98.0.791990186098.issue43974@roundup.psfhosted.org>
2021-04-29 09:22:43christian.heimeslinkissue43974 messages
2021-04-29 09:22:43christian.heimescreate