]> granicus.if.org Git - python/commit
bpo-32232: by default, Setup modules are no longer built with -DPy_BUILD_CORE (GH...
authorxdegaye <xdegaye@gmail.com>
Fri, 20 Apr 2018 15:03:49 +0000 (17:03 +0200)
committerNick Coghlan <ncoghlan@gmail.com>
Fri, 20 Apr 2018 15:03:49 +0000 (01:03 +1000)
commit063db62aab4041ac47798e7e48b27b2f2bef21c5
tree812aed5e501eac17d1555bd02adde4804d6a4173
parentd70c2a6894d80410b6f5a3129d6b1062ea8fd4e4
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.
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