]> granicus.if.org Git - python/commit
Overhauled to expect 'self.extensions' (taken from 'ext_modules' in the
authorGreg Ward <gward@python.net>
Wed, 31 May 2000 01:09:52 +0000 (01:09 +0000)
committerGreg Ward <gward@python.net>
Wed, 31 May 2000 01:09:52 +0000 (01:09 +0000)
commit5322f008c5d3728fbcec3fd5abb6561cecea0567
tree2dcf2241eca7f7201b4ec1141840327f8760966d
parent3ca54bc846df382743f7e7f96fd0e1d1c797d80c
Overhauled to expect 'self.extensions' (taken from 'ext_modules' in the
setup script) to be a list of Extension instances, rather than a list of of
(ext_name, build_info) tuples.  This is mostly a simplification, but
'check_extension_list()' got a lot more complicated because of the need to
convert the old-style tuples to Extension instances.

Temporarily dropped support for defining/undefining macros in the
'extensions' list -- I want to change the interface, but haven't yet made
the required changes in CCompiler and friends to support this nicely.

Also neatened up the code that merges 'extra_compile_flags' and the CFLAGS
environment variable.
Lib/distutils/command/build_ext.py