Author: Matti Picus <[email protected]>
Branch: py3.6
Changeset: r96325:4070744c27b1
Date: 2019-03-15 13:29 +0200
http://bitbucket.org/pypy/pypy/changeset/4070744c27b1/
Log: try to debug s390x failure to build _blake2
diff --git a/pypy/tool/build_cffi_imports.py b/pypy/tool/build_cffi_imports.py
--- a/pypy/tool/build_cffi_imports.py
+++ b/pypy/tool/build_cffi_imports.py
@@ -224,7 +224,7 @@
print("stdout:")
print(stdout.decode('utf-8'))
print("stderr:")
- print(stderr.decode('utf-8'))
+ print(stderr)
except:
import traceback;traceback.print_exc()
failures.append((key, module))
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit