]> granicus.if.org Git - python/commit
Port bugfix from 2.4 maint.
authorTim Peters <tim.peters@gmail.com>
Sat, 12 Mar 2005 19:05:58 +0000 (19:05 +0000)
committerTim Peters <tim.peters@gmail.com>
Sat, 12 Mar 2005 19:05:58 +0000 (19:05 +0000)
commita733bd96f11f335c655461dadfaa285b16147e4f
tree017dd71ba24f14974b846b46aaa3ab1b6ff9b1f2
parenta5855d5ace1c1426e1247272c688ccc11ae02f7c
Port bugfix from 2.4 maint.

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.

No change to NEWS because the patch that created this bug is also new
for 2.5a1 (so there's no change here to any code yet released from HEAD).
Lib/distutils/msvccompiler.py