This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author theller
Recipients theller
Date 2007-12-05.16:46:48
SpamBayes Score 0.008304836
Marked as misclassified No
Message-id <1196873209.5.0.467149777099.issue1557@psf.upfronthosting.co.za>
In-reply-to
Content
'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.
History
Date User Action Args
2007-12-05 16:46:49thellersetspambayes_score: 0.00830484 -> 0.008304836
recipients: + theller
2007-12-05 16:46:49thellersetspambayes_score: 0.00830484 -> 0.00830484
messageid: <1196873209.5.0.467149777099.issue1557@psf.upfronthosting.co.za>
2007-12-05 16:46:49thellerlinkissue1557 messages
2007-12-05 16:46:49thellercreate