• Greg Ward's avatar
    Changed from eager parsing of Makefile (at import time) to lazy: only do · 879f0f11
    Greg Ward yazdı
    all that work when someone asks for a "configuration variable" from the
    Makefile.  Details:
      - added 'get_config_vars()': responsible for calling one of the
        '_init_*()' functions to figure things out for this platform,
        and to provide an interface to the resulting dictionary
      - added 'get_config_var()' as a simple interface to the dictionary
        loaded by 'get_config_vars()'
      - changed the '_init_*()' functions so they load the global dictionary
        '_config_vars', rather than spewing their findings all over
        the module namespace
      - don't delete the '_init_*()' functions when done importing
      - adjusted 'customize_compiler()' to the new regime
    879f0f11
Adı
Son kayıt (commit)
Son güncelleme
..
command Loading commit data...
README Loading commit data...
__init__.py Loading commit data...
archive_util.py Loading commit data...
bcppcompiler.py Loading commit data...
ccompiler.py Loading commit data...
cmd.py Loading commit data...
core.py Loading commit data...
cygwinccompiler.py Loading commit data...
dep_util.py Loading commit data...
dir_util.py Loading commit data...
dist.py Loading commit data...
errors.py Loading commit data...
extension.py Loading commit data...
fancy_getopt.py Loading commit data...
file_util.py Loading commit data...
filelist.py Loading commit data...
msvccompiler.py Loading commit data...
spawn.py Loading commit data...
sysconfig.py Loading commit data...
text_file.py Loading commit data...
unixccompiler.py Loading commit data...
util.py Loading commit data...
version.py Loading commit data...