Author: Armin Rigo <[email protected]>
Branch:
Changeset: r77579:7ef6109ab150
Date: 2015-05-26 14:52 +0200
http://bitbucket.org/pypy/pypy/changeset/7ef6109ab150/
Log: Add this to the list of symbols to rename from PyXxx to PyPyXxx.
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
@@ -427,6 +427,7 @@
'PyThread_ReInitTLS',
'PyStructSequence_InitType', 'PyStructSequence_New',
+ 'PyStructSequence_UnnamedField',
'PyFunction_Type', 'PyMethod_Type', 'PyRange_Type', 'PyTraceBack_Type',
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit