bpo-38907: Suppress any exception when attempting to set V6ONLY. by jaraco · Pull Request #17864 · python/cpython (original) (raw)
Traceback (most recent call last): File "D:\cygwin\home\db3l\buildarea\3.8.bolen-windows7\build\lib\test\test_py_compile.py", line 20, in wrapper return fxn(*args, **kwargs) File "D:\cygwin\home\db3l\buildarea\3.8.bolen-windows7\build\lib\test\test_py_compile.py", line 20, in wrapper return fxn(*args, **kwargs) File "D:\cygwin\home\db3l\buildarea\3.8.bolen-windows7\build\lib\test\test_compileall.py", line 322, in test_no_args_respects_force_flag self.assertRunOK('-f', PYTHONPATH=self.directory) File "D:\cygwin\home\db3l\buildarea\3.8.bolen-windows7\build\lib\test\test_compileall.py", line 271, in assertRunOK rc, out, err = script_helper.assert_python_ok( File "D:\cygwin\home\db3l\buildarea\3.8.bolen-windows7\build\lib\test\support\script_helper.py", line 157, in assert_python_ok return _assert_python(True, *args, **env_vars) File "D:\cygwin\home\db3l\buildarea\3.8.bolen-windows7\build\lib\test\support\script_helper.py", line 143, in _assert_python res.fail(cmd_line) File "D:\cygwin\home\db3l\buildarea\3.8.bolen-windows7\build\lib\test\support\script_helper.py", line 70, in fail raise AssertionError("Process return code is %d\n" AssertionError: Process return code is 1 command line: ['D:\cygwin\home\db3l\buildarea\3.8.bolen-windows7\build\PCbuild\win32\python_d.exe', '-X', 'faulthandler', '-S', '-m', 'compileall', '-f']