Author: Manuel Jacob
Branch: 
Changeset: r68783:818e2590ea5f
Date: 2014-01-20 14:13 +0100
http://bitbucket.org/pypy/pypy/changeset/818e2590ea5f/

Log:    hg merge

diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst
--- a/pypy/doc/whatsnew-head.rst
+++ b/pypy/doc/whatsnew-head.rst
@@ -44,3 +44,7 @@
 
 .. branch: refactor-str-types
 Remove multimethods on str/unicode/bytearray and make the implementations 
share code.
+
+.. branch: remove-del-from-generatoriterator
+Speed up generators that don't yield inside try or wait blocks by skipping
+unnecessary cleanup.
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to