commit | bb7baa793dc8dbfa00ee6253dd61c35457736fb8 | [log] [tgz] |
---|---|---|
author | Greg Ward <gward@python.net> | Sun Jun 25 02:09:14 2000 +0000 |
committer | Greg Ward <gward@python.net> | Sun Jun 25 02:09:14 2000 +0000 |
tree | ad86a3621818e2c7bceda1114601f065a52cae6a | |
parent | e5c62bf6e872730388265932ca042ae7df0684f2 [diff] |
Added the 'customize_compiler()' function, which plugs in the essential information about building Python extensions that we discovered in Python's makefile. Currently only needed on Unix, so does nothing on other systems.