Author: Armin Rigo <ar...@tunes.org> Branch: Changeset: r88748:1016e6fc4bf6 Date: 2016-11-29 16:46 +0100 http://bitbucket.org/pypy/pypy/changeset/1016e6fc4bf6/
Log: translation fix diff --git a/rpython/rlib/rgc.py b/rpython/rlib/rgc.py --- a/rpython/rlib/rgc.py +++ b/rpython/rlib/rgc.py @@ -528,6 +528,7 @@ return hop.inputconst(lltype.Signed, hop.s_result.const) @jit.dont_look_inside +@specialize.argtype(0) def may_ignore_finalizer(obj): """Optimization hint: says that it is valid for any finalizer for 'obj' to be ignored, depending on the GC.""" _______________________________________________ pypy-commit mailing list pypy-commit@python.org https://mail.python.org/mailman/listinfo/pypy-commit