Author: Amaury Forgeot d'Arc <amaur...@gmail.com> Branch: py3.5 Changeset: r90913:8923cca262cd Date: 2017-04-02 10:08 +0200 http://bitbucket.org/pypy/pypy/changeset/8923cca262cd/
Log: hg merge default diff --git a/pypy/module/cpyext/slotdefs.py b/pypy/module/cpyext/slotdefs.py --- a/pypy/module/cpyext/slotdefs.py +++ b/pypy/module/cpyext/slotdefs.py @@ -796,7 +796,7 @@ missing_wrappers = ['wrap_indexargfunc', 'wrap_del'] for name in missing_wrappers: assert name not in globals() - def missing_wrapper(space, w_self, w_args, func, w_kwds): + def missing_wrapper(space, w_self, w_args, func): print "cpyext: missing slot wrapper " + name raise NotImplementedError("Slot wrapper " + name) missing_wrapper.__name__ = name _______________________________________________ pypy-commit mailing list pypy-commit@python.org https://mail.python.org/mailman/listinfo/pypy-commit