]> granicus.if.org Git - python/commit
bpo-32232: by default, Setup modules are no longer built with -DPy_BUILD_CORE (GH...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 20 Apr 2018 15:39:18 +0000 (08:39 -0700)
committerGitHub <noreply@github.com>
Fri, 20 Apr 2018 15:39:18 +0000 (08:39 -0700)
commit18cd82815b9bdeabc5ac03aa7f58102109ccf368
treec2ff2764dc0b8461d0bd707b20282d1d2aead271
parentdc654c53e516a31ca484e3fd82ace90602726c54
bpo-32232: by default, Setup modules are no longer built with -DPy_BUILD_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 063db62aab4041ac47798e7e48b27b2f2bef21c5)

Co-authored-by: xdegaye <xdegaye@gmail.com>
Makefile.pre.in
Misc/NEWS.d/next/Build/2018-04-17-00-38-19.bpo-32232.o7G_UO.rst [new file with mode: 0644]
Modules/Setup.dist
Modules/makesetup