]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Added the 'customize_compiler()' function, which plugs in the essential
authorGreg Ward <gward@python.net>
Sun, 25 Jun 2000 02:09:14 +0000 (02:09 +0000)
committerGreg Ward <gward@python.net>
Sun, 25 Jun 2000 02:09:14 +0000 (02:09 +0000)
commitbb7baa793dc8dbfa00ee6253dd61c35457736fb8
treead86a3621818e2c7bceda1114601f065a52cae6a
parente5c62bf6e872730388265932ca042ae7df0684f2
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.
Lib/distutils/sysconfig.py