Author: Maciej Fijalkowski <[email protected]>
Branch: numpy-dtype-refactor
Changeset: r50053:8bfca97d2a5c
Date: 2011-12-02 09:28 +0200
http://bitbucket.org/pypy/pypy/changeset/8bfca97d2a5c/

Log:    add REVIEW notes

diff --git a/pypy/module/micronumpy/REVIEW b/pypy/module/micronumpy/REVIEW
new file mode 100644
--- /dev/null
+++ b/pypy/module/micronumpy/REVIEW
@@ -0,0 +1,5 @@
+* Why we pass __module__ = 'numpy' to typedefs? Most stuff in pypy has
+  __module__ == '__builtin__' for good or bad, but if so, we should pass 
numpypy
+* why int16/int32 are not exported in __init__.py?
+* W_GenericBox.descr_int is not tested
+* setitem_w no longer calls invalidated(), why? doesn't it break some stuff?
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to