mirror of
https://github.com/python/cpython.git
synced 2025-07-19 17:25:54 +00:00
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).
This commit is contained in:
parent
a5855d5ace
commit
a733bd96f1
1 changed files with 1 additions and 0 deletions
|
@ -255,6 +255,7 @@ class MSVCCompiler (CCompiler) :
|
|||
]
|
||||
self.ldflags_static = [ '/nologo']
|
||||
|
||||
self.initialized = True
|
||||
|
||||
# -- Worker methods ------------------------------------------------
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue