summaryrefslogtreecommitdiffstats
path: root/Python/errors.c
diff options
context:
space:
mode:
authorGreg Ward <gward@python.net>2000-05-31 01:09:52 (GMT)
committerGreg Ward <gward@python.net>2000-05-31 01:09:52 (GMT)
commit5322f008c5d3728fbcec3fd5abb6561cecea0567 (patch)
tree2dcf2241eca7f7201b4ec1141840327f8760966d /Python/errors.c
parent3ca54bc846df382743f7e7f96fd0e1d1c797d80c (diff)
downloadcpython-5322f008c5d3728fbcec3fd5abb6561cecea0567.zip
cpython-5322f008c5d3728fbcec3fd5abb6561cecea0567.tar.gz
cpython-5322f008c5d3728fbcec3fd5abb6561cecea0567.tar.bz2
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 'Python/errors.c')
0 files changed, 0 insertions, 0 deletions