[pypy-commit] pypy default: rename harmless copy-paste

mattip pypy.commits at gmail.com
Tue May 9 13:43:43 EDT 2017


Author: Matti Picus <matti.picus at gmail.com>
Branch: 
Changeset: r91213:31566fa18b67
Date: 2017-05-09 20:31 +0300
http://bitbucket.org/pypy/pypy/changeset/31566fa18b67/

Log:	rename harmless copy-paste

diff --git a/pypy/module/cpyext/tupleobject.py b/pypy/module/cpyext/tupleobject.py
--- a/pypy/module/cpyext/tupleobject.py
+++ b/pypy/module/cpyext/tupleobject.py
@@ -34,7 +34,7 @@
 cpython_struct("PyTupleObject", PyTupleObjectFields, PyTupleObjectStruct)
 
 @bootstrap_function
-def init_stringobject(space):
+def init_tupleobject(space):
     "Type description of PyTupleObject"
     make_typedescr(space.w_tuple.layout.typedef,
                    basestruct=PyTupleObject.TO,


More information about the pypy-commit mailing list