Author: Alex Gaynor <[email protected]>
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)
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to