[pypy-commit] pypy numpy-dtype-alt: Needed?

alex_gaynor noreply at buildbot.pypy.org
Mon Aug 15 17:56:07 CEST 2011


Author: Alex Gaynor <alex.gaynor at gmail.com>
Branch: numpy-dtype-alt
Changeset: r46524:6703a8f72a6f
Date: 2011-08-15 10:59 -0500
http://bitbucket.org/pypy/pypy/changeset/6703a8f72a6f/

Log:	Needed?

diff --git a/pypy/module/micronumpy/interp_dtype.py b/pypy/module/micronumpy/interp_dtype.py
--- a/pypy/module/micronumpy/interp_dtype.py
+++ b/pypy/module/micronumpy/interp_dtype.py
@@ -67,6 +67,7 @@
         def unerase(self, storage):
             return rffi.cast(TP, storage)
 
+        @specialize.argtype(1)
         def box(self, value):
             return Box(value)
 


More information about the pypy-commit mailing list