Author: Armin Rigo <ar...@tunes.org>
Branch: extradoc
Changeset: r5680:7515466117e2
Date: 2016-08-22 16:25 +0200
http://bitbucket.org/pypy/extradoc/changeset/7515466117e2/

Log:    update

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
@@ -26,6 +26,12 @@
   ``dict``.  The main pain point is ``move_to_end(last=False)``.  See
   https://mail.python.org/pipermail/python-dev/2016-August/145837.html
 
+* interpreter/generator.py: move the common functionality from
+  GeneratorIterator and Coroutine to the base class.  Review all
+  calls to _PyGen_yf() in genobject.c.  This is needed before
+  adding gi_yieldfrom/cr_await to generator/coroutines.  (Waiting
+  because some work might be going on with raffael_t.)
+
 
 Milestone 1 (Aug-Sep-Oct 2016)
 ------------------------------
@@ -48,8 +54,6 @@
 
 * memoryview now supports tuple indexing
 
-* Generators have a new gi_yieldfrom attribute
-
 * A new RecursionError exception is now raised when maximum recursion
   depth is reached. (DONE)
 
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to