Author: Armin Rigo <[email protected]>
Branch:
Changeset: r3034:7a5717e07bca
Date: 2017-09-30 08:34 +0200
http://bitbucket.org/cffi/cffi/changeset/7a5717e07bca/
Log: ImportError
diff --git a/c/test_c.py b/c/test_c.py
--- a/c/test_c.py
+++ b/c/test_c.py
@@ -2110,6 +2110,7 @@
if sys.platform.startswith("linux"):
BWChar = new_primitive_type("wchar_t")
assert sizeof(BWChar) == 4
+ import platform
if platform.machine().startswith(('arm', 'aarch64')):
assert int(cast(BWChar, -1)) == 4294967295 # unsigned, on ARM
else:
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit