Author: Matti Picus <matti.pi...@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, _______________________________________________ pypy-commit mailing list pypy-commit@python.org https://mail.python.org/mailman/listinfo/pypy-commit