bpo-37116: Use PEP 570 syntax for positional-only parameters. by serhiy-storchaka · Pull Request #13700 · python/cpython (original) (raw)
Traceback (most recent call last): File "D:\cygwin\home\db3l\buildarea\3.x.bolen-windows7\build\lib\test\test_venv.py", line 327, in test_multiprocessing out, err = check_output([envpy, '-c', File "D:\cygwin\home\db3l\buildarea\3.x.bolen-windows7\build\lib\test\test_venv.py", line 42, in check_output raise subprocess.CalledProcessError( subprocess.CalledProcessError: Command '['d:\temp\tmpzz1z4c8u\Scripts\python_d.exe', '-c', 'from multiprocessing import Pool; print(Pool(1).apply_async("Python".lower).get(3))']' returned non-zero exit status 3221225477.
Ran 16 tests in 144.483s
FAILED (errors=1, skipped=2)
Traceback (most recent call last): File "D:\cygwin\home\db3l\buildarea\3.x.bolen-windows7\build\lib\test\test_venv.py", line 327, in test_multiprocessing out, err = check_output([envpy, '-c', File "D:\cygwin\home\db3l\buildarea\3.x.bolen-windows7\build\lib\test\test_venv.py", line 42, in check_output raise subprocess.CalledProcessError( subprocess.CalledProcessError: Command '['d:\temp\tmp_qt0ywa6\Scripts\python_d.exe', '-c', 'from multiprocessing import Pool; print(Pool(1).apply_async("Python".lower).get(3))']' returned non-zero exit status 3221225477.
Ran 16 tests in 65.325s
FAILED (errors=1, skipped=2)