Author: Ronan Lamy <[email protected]>
Branch: rffi-parser
Changeset: r89134:49c4b821f3fe
Date: 2016-12-18 03:42 +0000
http://bitbucket.org/pypy/pypy/changeset/49c4b821f3fe/
Log: INT vs INT_real mess
diff --git a/pypy/module/cpyext/cparser.py b/pypy/module/cpyext/cparser.py
--- a/pypy/module/cpyext/cparser.py
+++ b/pypy/module/cpyext/cparser.py
@@ -657,6 +657,7 @@
CNAME_TO_LLTYPE[name] = rfficache.platform.types[rname]
add_inttypes()
+CNAME_TO_LLTYPE['int'] = rffi.INT_real
def cname_to_lltype(name):
return CNAME_TO_LLTYPE[name]
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit