[pypy-commit] pypy speedup-list-comprehension: done

alex_gaynor noreply at buildbot.pypy.org
Sat Feb 25 03:19:24 CET 2012


Author: Alex Gaynor <alex.gaynor at gmail.com>
Branch: speedup-list-comprehension
Changeset: r52897:f0994a94c60a
Date: 2012-02-24 21:19 -0500
http://bitbucket.org/pypy/pypy/changeset/f0994a94c60a/

Log:	done

diff --git a/REVIEW.rst b/REVIEW.rst
--- a/REVIEW.rst
+++ b/REVIEW.rst
@@ -3,7 +3,6 @@
 
 
 * explicit tests for the generated bytecode
-* BUILD_LIST_FROM_ARG shouldn't absort async exceptions
 * dead code in jit/codewriter/support.py?
 * Do we need __length_hint__?
 * len_w instead of int_w(len())


More information about the pypy-commit mailing list