bpo-32232: by default, Setup modules are no longer built with -DPy_BUILD_CORE by xdegaye · Pull Request #6489 · python/cpython

@xdegaye

xdegaye

ncoghlan

@xdegaye

@xdegaye xdegaye changed the title bpo-32232: some Setup modules are not anymore built with -DPy_BUILD_CORE bpo-32232: by default, Setup modules are no longer built with -DPy_BUILD_CORE

Apr 17, 2018

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request

Apr 20, 2018
…ILD_CORE (pythonGH-6489)

Setup modules are no longer built with -DPy_BUILD_CORE by default,
as using that flag may now require including additional internal-only header files.

Instead, only the modules that specifically need it use that setting.
(cherry picked from commit 063db62)

Co-authored-by: xdegaye <xdegaye@gmail.com>

miss-islington added a commit that referenced this pull request

Apr 20, 2018
…ILD_CORE (GH-6489)

Setup modules are no longer built with -DPy_BUILD_CORE by default,
as using that flag may now require including additional internal-only header files.

Instead, only the modules that specifically need it use that setting.
(cherry picked from commit 063db62)

Co-authored-by: xdegaye <xdegaye@gmail.com>