[Python-Dev] VS8 include dirs grow without bound (original) (raw)

Jim Kleckner jek-gmane at kleckner.net
Mon May 26 21:57:57 CEST 2008


Jim Kleckner wrote: ...

initialize() then just overrides the os.environ values with these monotonically growing variables.

It seems that duplicate names should be filtered out from these paths to prevent overflow. The attached patch seems to fix this issue, if a bit brute force. Please review as a candidate.

I created the following tracker item for this: http://bugs.python.org/issue2975



More information about the Python-Dev mailing list