Author: Armin Rigo <ar...@tunes.org>
Branch: sirtom67/float_complex
Changeset: r2944:7731e4b006ca
Date: 2017-05-29 20:40 +0200
http://bitbucket.org/cffi/cffi/changeset/7731e4b006ca/

Log:    fix

diff --git a/cffi/model.py b/cffi/model.py
--- a/cffi/model.py
+++ b/cffi/model.py
@@ -95,7 +95,8 @@
 
 
 class BasePrimitiveType(BaseType):
-    pass
+    def is_complex_type(self):
+        return False
 
 
 class PrimitiveType(BasePrimitiveType):
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to