]> granicus.if.org Git - python/commit
Issue 2975: when compiling multiple extension modules with visual studio 2008
authorAmaury Forgeot d'Arc <amauryfa@gmail.com>
Tue, 2 Sep 2008 23:19:56 +0000 (23:19 +0000)
committerAmaury Forgeot d'Arc <amauryfa@gmail.com>
Tue, 2 Sep 2008 23:19:56 +0000 (23:19 +0000)
commit293924bf31887d88130f8769d4dbaac878db13fd
tree83da711ba86d62fae50cd5e326c8adc05be905e2
parent042025f6b8616f1d505cec1122bebc01e7083e69
Issue 2975: when compiling multiple extension modules with visual studio 2008
from the same python instance, some environment variables (LIB, INCLUDE)
would grow without limit.

Tested with these statements:
    distutils.ccompiler.new_compiler().initialize()
    print os.environ['LIB']
But I don't know how to turn them into reliable unit tests.
Lib/distutils/msvc9compiler.py
Misc/NEWS