Author: Armin Rigo <ar...@tunes.org>
Branch: py3.5
Changeset: r88749:179f6db6f15b
Date: 2016-11-29 16:46 +0100
http://bitbucket.org/pypy/pypy/changeset/179f6db6f15b/

Log:    hg merge default

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

Reply via email to