xdegaye 063db62aab 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.
2018-04-21 01:03:49 +10:00
..
2017-11-05 15:37:50 +02:00
2017-12-20 23:36:10 +02:00
2017-11-05 15:37:50 +02:00
2017-11-08 14:44:44 -08:00
2017-09-14 18:13:16 -07:00
2018-03-12 14:42:34 +01:00
2017-11-05 15:37:50 +02:00

Source files for standard library extension modules,
and former extension modules that are now builtin modules.