Author: Richard Plangger <[email protected]>
Branch: extradoc
Changeset: r5673:639489d29314
Date: 2016-08-17 10:48 +0200
http://bitbucket.org/pypy/extradoc/changeset/639489d29314/

Log:    update planned features

diff --git a/planning/py3.5/2016-august-progress.rst 
b/planning/py3.5/2016-august-progress.rst
--- a/planning/py3.5/2016-august-progress.rst
+++ b/planning/py3.5/2016-august-progress.rst
@@ -5,6 +5,11 @@
 -------
 
 * Implement changes to memory view. e.g. hex(): 
https://bugs.python.org/issue9951 (plan_rich)
+  Seems to work, but test suite hangs to verify the CPython tests.
+* tuple indexing for memory view (plan_rich)
+  Comments: Stronly tied to numpy. Hard to implement, because most of the 
basics are missing (dimensions/strides)
+  We should make a plan to impl. that on default with cpyext support and merge 
it back to py3.5.
+  Matti's opinion on that would be great!
 
 * At some point, review lib-python/conftest.py to remove the skips
   due to deadlocks (search for "XXX:")
@@ -13,7 +18,6 @@
 --------
 
 
-
 Milestone 1 (Aug-Sep-Oct 2016)
 ------------------------------
 
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to