[issue1557] import distutils.msvccompiler hangs when the environment is too large

Thomas Heller report at bugs.python.org
Wed Dec 5 17:46:49 CET 2007


New submission from Thomas Heller:

'Python -c "import distutils.msvccompiler"' hangs when the environment
is too large.  This is because in Lib\distutils\msvc9compiler.py, line
258, popen.wait() does not return because the subprocess does not
terminate (probably because the stdout buffersize is too small).  This
causes the win64-buildbot to hang.

----------
components: Distutils, Windows
keywords: py3k
messages: 58217
nosy: theller
severity: urgent
status: open
title: import distutils.msvccompiler hangs when the environment is too large
versions: Python 3.0

__________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue1557>
__________________________________


More information about the Python-bugs-list mailing list