]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Bug #1160802: Can't build Zope on Windows w/ 2.4.1c1.
authorTim Peters <tim.peters@gmail.com>
Fri, 11 Mar 2005 17:20:43 +0000 (17:20 +0000)
committerTim Peters <tim.peters@gmail.com>
Fri, 11 Mar 2005 17:20:43 +0000 (17:20 +0000)
commitc13c04007d9ab67c5f0dad3486469085fe35c1b2
tree196aaa92819b15ecb312f40e16201148ce02971f
parent64c40c49aa476e6998d8d4d9eaaeeb15d8a2b59b
Bug #1160802:  Can't build Zope on Windows w/ 2.4.1c1.

MSVCCompiler.initialize():  set self.initialized to True, as suggested
by AMK.  Else we keep growing the PATH endlessly, with each new C
extension built, until putenv() complains.

This doesn't appear to be an issue on the HEAD (MSVCCompiler initializes
itself via __init__() on the HEAD).

Also added a "2.4.1c2" section to NEWS.  Not meant to imply that Anthony
will do a 2.4.1c2 release, just needed to a place to put the news about the
MSVCCompiler bugfix.
Lib/distutils/msvccompiler.py
Misc/NEWS