• Andrew M. Kuchling's avatar
    Patch #103279: sysconfig.py always looks for versions of files in · 6aef8efc
    Andrew M. Kuchling authored
    sys.prefix + 'config/Makefile'. When building Python for the first
    time, these files aren't there, so the files from the build tree have
    to be used instead; this file adds an entry point for specifying that
    the build tree files should be used.  (Perhaps 'set_python_build' should
    should be preceded with an underscore?)
    6aef8efc
sysconfig.py 13.8 KB