Author: Benjamin Peterson <benja...@python.org>
Branch: 
Changeset: r93678:5e25481ab30d
Date: 2018-01-17 22:36 -0800
http://bitbucket.org/pypy/pypy/changeset/5e25481ab30d/

Log:    no point trying to specialize a NOT_RPYTHON function

diff --git a/pypy/objspace/std/objspace.py b/pypy/objspace/std/objspace.py
--- a/pypy/objspace/std/objspace.py
+++ b/pypy/objspace/std/objspace.py
@@ -146,7 +146,6 @@
         return self.fromcache(TypeCache).getorbuild(typedef)
 
     @not_rpython # only for tests
-    @specialize.argtype(1)
     def wrap(self, x):
         """ Wraps the Python value 'x' into one of the wrapper classes. This
         should only be used for tests, in real code you need to use the
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to