Author: Maciej Fijalkowski <fij...@gmail.com> Branch: Changeset: r64043:5aeca6395228 Date: 2013-05-13 21:23 +0200 http://bitbucket.org/pypy/pypy/changeset/5aeca6395228/
Log: kill the specialization here 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 @@ -548,7 +548,6 @@ [name.startswith("w_") for name in names]))) fatal_value = callable.api_func.restype._defl() - @specialize.ll() def wrapper(*args): from pypy.module.cpyext.pyobject import make_ref, from_ref from pypy.module.cpyext.pyobject import Reference _______________________________________________ pypy-commit mailing list pypy-commit@python.org http://mail.python.org/mailman/listinfo/pypy-commit