commit | 063db62aab4041ac47798e7e48b27b2f2bef21c5 | [log] [tgz] |
---|---|---|
author | xdegaye <xdegaye@gmail.com> | Fri Apr 20 17:03:49 2018 +0200 |
committer | Nick Coghlan <ncoghlan@gmail.com> | Sat Apr 21 01:03:49 2018 +1000 |
tree | 812aed5e501eac17d1555bd02adde4804d6a4173 | |
parent | d70c2a6894d80410b6f5a3129d6b1062ea8fd4e4 [diff] |
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.