[pypy-commit] pypy default: kill review file

alex_gaynor noreply at buildbot.pypy.org
Tue Dec 20 23:28:57 CET 2011


Author: Alex Gaynor <alex.gaynor at gmail.com>
Branch: 
Changeset: r50792:862207881328
Date: 2011-12-20 16:28 -0600
http://bitbucket.org/pypy/pypy/changeset/862207881328/

Log:	kill review file

diff --git a/pypy/module/micronumpy/REVIEW.txt b/pypy/module/micronumpy/REVIEW.txt
deleted file mode 100644
--- a/pypy/module/micronumpy/REVIEW.txt
+++ /dev/null
@@ -1,10 +0,0 @@
-REVIEW NOTES
-============
-
-* VirtualSlice vs. W_NDimSlice?
-* W_NDimSlice.__init__ calls ConcreteArray.__init__ instead of
-  ViewArray.__init__, W_FlatIterator as well.
-* Cleanup of the iterator and array caching/numbering.  It's a mess right now:
-  * _creater_iter updates the arraylist
-  * Why do Scalars need an iterator at all?
-  * Do views share storage with concrete arrays or other views?


More information about the pypy-commit mailing list