Author: Armin Rigo <[email protected]>
Branch:
Changeset: r89966:ed21fb40c33b
Date: 2017-02-06 09:11 +0100
http://bitbucket.org/pypy/pypy/changeset/ed21fb40c33b/
Log: import cffi/be4ee14ac677
diff --git a/pypy/module/test_lib_pypy/cffi_tests/cffi0/test_cdata.py
b/pypy/module/test_lib_pypy/cffi_tests/cffi0/test_cdata.py
--- a/pypy/module/test_lib_pypy/cffi_tests/cffi0/test_cdata.py
+++ b/pypy/module/test_lib_pypy/cffi_tests/cffi0/test_cdata.py
@@ -27,6 +27,8 @@
def _get_types(self):
return "CData", "CType"
+ buffer = "buffer type"
+
class FakeType(object):
def __init__(self, cdecl):
diff --git a/pypy/module/test_lib_pypy/cffi_tests/cffi0/test_parsing.py
b/pypy/module/test_lib_pypy/cffi_tests/cffi0/test_parsing.py
--- a/pypy/module/test_lib_pypy/cffi_tests/cffi0/test_parsing.py
+++ b/pypy/module/test_lib_pypy/cffi_tests/cffi0/test_parsing.py
@@ -48,6 +48,8 @@
def _get_types(self):
return "CData", "CType"
+ buffer = "buffer type"
+
class FakeType(object):
def __init__(self, cdecl):
self.cdecl = cdecl
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit