Author: Matti Picus <matti.pi...@gmail.com> Branch: py3.5 Changeset: r94043:3da473ecc0a8 Date: 2018-03-21 01:19 +0200 http://bitbucket.org/pypy/pypy/changeset/3da473ecc0a8/
Log: more debugging of finding cl.exe, 226287429316 did not print anything diff --git a/lib-python/3/distutils/msvc9compiler.py b/lib-python/3/distutils/msvc9compiler.py --- a/lib-python/3/distutils/msvc9compiler.py +++ b/lib-python/3/distutils/msvc9compiler.py @@ -288,6 +288,9 @@ value = value[:-1] result[key] = removeDuplicates(value) + except Exception as e: + log.debug(repr(e)) + raise finally: popen.stdout.close() popen.stderr.close() _______________________________________________ pypy-commit mailing list pypy-commit@python.org https://mail.python.org/mailman/listinfo/pypy-commit