Author: mattip <[email protected]>
Branch: cleanup-includes
Changeset: r83621:b09a9eaf4abf
Date: 2016-04-12 18:35 +0300
http://bitbucket.org/pypy/pypy/changeset/b09a9eaf4abf/
Log: fix merge
diff --git a/pypy/module/cpyext/api.py b/pypy/module/cpyext/api.py
--- a/pypy/module/cpyext/api.py
+++ b/pypy/module/cpyext/api.py
@@ -1010,6 +1010,7 @@
for header_name, header_functions in FUNCTIONS_BY_HEADER.iteritems():
if header_name not in decls:
+ header = decls[header_name] = []
header.append('#define Signed long /* xxx temporary
fix */\n')
header.append('#define Unsigned unsigned long /* xxx temporary
fix */\n')
else:
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit