[pypy-commit] extradoc extradoc: merge heads

arigo pypy.commits at gmail.com
Thu Aug 18 04:11:42 EDT 2016


Author: Armin Rigo <arigo at tunes.org>
Branch: extradoc
Changeset: r5675:b55c45c4f64f
Date: 2016-08-18 10:11 +0200
http://bitbucket.org/pypy/extradoc/changeset/b55c45c4f64f/

Log:	merge heads

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!
 
 
 Finished


More information about the pypy-commit mailing list