]> granicus.if.org Git - python/commit
Issue #21166: Prevent possible segfaults and other random failures of
authorNed Deily <nad@acm.org>
Fri, 22 Aug 2014 20:30:59 +0000 (13:30 -0700)
committerNed Deily <nad@acm.org>
Fri, 22 Aug 2014 20:30:59 +0000 (13:30 -0700)
commit983df8688d6add6d7f35388eac97d5ecd1c8017f
tree6dc430b8624e77e59931b2bd3a43bff9f8db36a0
parent01408453f12a1acd7c1b2caeca377d4bd6ea7947
Issue #21166: Prevent possible segfaults and other random failures of
python --generate-posix-vars in pybuilddir.txt build target by ensuring
that pybuilddir.txt is always regenerated when configure is run and
that the newly built skeleton python does not inadvertently import
modules from previously installed instances.
Makefile.pre.in
Misc/NEWS
configure
configure.ac