Staging
v0.5.1
https://github.com/python/cpython
Revision 293924bf31887d88130f8769d4dbaac878db13fd authored by Amaury Forgeot d'Arc on 02 September 2008, 23:19:56 UTC, committed by Amaury Forgeot d'Arc on 02 September 2008, 23:19:56 UTC
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.
1 parent 042025f
History
Tip revision: 293924bf31887d88130f8769d4dbaac878db13fd authored by Amaury Forgeot d'Arc on 02 September 2008, 23:19:56 UTC
Issue 2975: when compiling multiple extension modules with visual studio 2008
Tip revision: 293924b
File Mode Size
c-api
data
distutils
documenting
extending
howto
includes
install
library
reference
tools
tutorial
using
whatsnew
ACKS.txt -rw-r--r-- 4.2 KB
Makefile -rw-r--r-- 3.4 KB
README.txt -rw-r--r-- 4.9 KB
TODO.txt -rw-r--r-- 111 bytes
about.rst -rw-r--r-- 1.2 KB
bugs.rst -rw-r--r-- 2.6 KB
conf.py -rw-r--r-- 5.5 KB
contents.rst -rw-r--r-- 421 bytes
copyright.rst -rw-r--r-- 451 bytes
glossary.rst -rw-r--r-- 24.0 KB
license.rst -rw-r--r-- 35.6 KB
make.bat -rw-r--r-- 1.3 KB

README.txt

back to top