[pypy-commit] pypy default: Add this to the list of symbols to rename from PyXxx to PyPyXxx.

arigo noreply at buildbot.pypy.org
Tue May 26 14:51:55 CEST 2015


Author: Armin Rigo <arigo at tunes.org>
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',
 


More information about the pypy-commit mailing list