]> granicus.if.org Git - python/commit
Patch #103279: sysconfig.py always looks for versions of files in
authorAndrew M. Kuchling <amk@amk.ca>
Wed, 17 Jan 2001 15:16:52 +0000 (15:16 +0000)
committerAndrew M. Kuchling <amk@amk.ca>
Wed, 17 Jan 2001 15:16:52 +0000 (15:16 +0000)
commitc14fa303e109bd8dee7ef9c6a127fbd1fa1c5113
tree13b7f6d4d6839275bf9f3d0ab5e310ef814332b2
parent846d6dbbe6b5663dc2437c46815fda98eb24a934
Patch #103279: sysconfig.py always looks for versions of files in
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?)
Lib/distutils/sysconfig.py