[pypy-commit] pypy py3.5: hg merge default

arigo pypy.commits at gmail.com
Tue Nov 29 10:47:25 EST 2016


Author: Armin Rigo <arigo at 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
+ at 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."""


More information about the pypy-commit mailing list