bpo-43974: Move Py_BUILD_CORE_MODULE into module code (GH-29157) by tiran · Pull Request #29157 · python/cpython
added 3 commits
``setup.py`` no longer defines ``Py_BUILD_CORE_MODULE``. Instead every module defines the macro before ``#include "Python.h"`` unless ``Py_BUILD_CORE_BUILTIN`` is already defined. ``Py_BUILD_CORE_BUILTIN`` is defined for every module that is built by ``Modules/Setup``. Signed-off-by: Christian Heimes <christian@python.org>
tiran
mentioned this pull request
tiran
marked this pull request as ready for review
tiran
changed the title
bpo-43974: Move Py_BUILD_CORE_MODULE into module code
bpo-43974: Move Py_BUILD_CORE_MODULE into module code (GH-29157)
tiran
deleted the
bpo-43974-2
branch
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters