Author: Alex Gaynor <[email protected]>
Branch: numpy-record-dtypes
Changeset: r53162:7eafa70ab85e
Date: 2012-03-03 21:25 -0500
http://bitbucket.org/pypy/pypy/changeset/7eafa70ab85e/
Log: view notes
diff --git a/REVIEW.rst b/REVIEW.rst
new file mode 100644
--- /dev/null
+++ b/REVIEW.rst
@@ -0,0 +1,11 @@
+REVIEW
+======
+
+* Why is width == 1 in W_VoidBox.descr_{get,set}item? That doesn't seem right.
+* expose endianess on dtypes
+* RecordType.str_format should use Builder
+* IntP and UIntP aren't the right size, they should be the same size of
rffi.VOIDP, not as Signed/Unsigned
+* Instead of setup() can we please have get_alignment on the Type class.
+* Need more tests for nested record types, I'm pretty sure they're broken.
+* kill all the trailing whitespace ;)
+* Fix failing tests.
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit