Author: Armin Rigo <ar...@tunes.org>
Branch: issue2752
Changeset: r94328:0699dc997d8a
Date: 2018-04-14 20:58 +0200
http://bitbucket.org/pypy/pypy/changeset/0699dc997d8a/

Log:    translation fix

diff --git a/rpython/memory/gc/incminimark.py b/rpython/memory/gc/incminimark.py
--- a/rpython/memory/gc/incminimark.py
+++ b/rpython/memory/gc/incminimark.py
@@ -2649,7 +2649,6 @@
     # ----------
     # id() and identityhash() support
 
-    @specialize.arg(2)
     def _allocate_shadow(self, obj):
         size_gc_header = self.gcheaderbuilder.size_gc_header
         size = self.get_size(obj)
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to