[pypy-commit] pypy default: explanatory comment

alex_gaynor noreply at buildbot.pypy.org
Thu Oct 25 04:38:47 CEST 2012


Author: Alex Gaynor <alex.gaynor at gmail.com>
Branch: 
Changeset: r58414:f7a2f8b77652
Date: 2012-10-24 19:38 -0700
http://bitbucket.org/pypy/pypy/changeset/f7a2f8b77652/

Log:	explanatory comment

diff --git a/pypy/module/array/interp_array.py b/pypy/module/array/interp_array.py
--- a/pypy/module/array/interp_array.py
+++ b/pypy/module/array/interp_array.py
@@ -467,6 +467,8 @@
         self.setlen(0)
         self.fromsequence(w_lst)
 
+    # We can't look into this function until ptradd works with things (in the
+    # JIT) other than rffi.CCHARP
     @jit.dont_look_inside
     def delslice__Array_ANY_ANY(space, self, w_i, w_j):
         i = space.int_w(w_i)


More information about the pypy-commit mailing list