summaryrefslogtreecommitdiff
path: root/Lib/distutils/command/install.py
diff options
context:
space:
mode:
authorGreg Ward <gward@python.net>2000-05-31 01:09:52 +0000
committerGreg Ward <gward@python.net>2000-05-31 01:09:52 +0000
commit5322f008c5d3728fbcec3fd5abb6561cecea0567 (patch)
tree2dcf2241eca7f7201b4ec1141840327f8760966d /Lib/distutils/command/install.py
parent3ca54bc846df382743f7e7f96fd0e1d1c797d80c (diff)
downloadcpython-git-5322f008c5d3728fbcec3fd5abb6561cecea0567.tar.gz
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.
Diffstat (limited to 'Lib/distutils/command/install.py')
0 files changed, 0 insertions, 0 deletions