Author: Armin Rigo <ar...@tunes.org>
Branch: 
Changeset: r90553:b97fcf9f65b4
Date: 2017-03-05 09:19 +0100
http://bitbucket.org/pypy/pypy/changeset/b97fcf9f65b4/

Log:    document branches

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
@@ -169,3 +169,14 @@
 Improve handling of the Py3-style buffer slots in cpyext: fix memoryviews
 keeping objects alive forever (missing decref), and make sure that
 bf_releasebuffer is called when it should, e.g. from PyBuffer_Release.
+
+.. branch: fix-global
+
+Fix bug (bad reported info) when asked to translate SyntaxWarning to
+SyntaxError.
+
+.. branch: optinfo-into-bridges-3
+
+Improve the optimization of branchy Python code by retaining more
+information across failing guards. This is done by appending some
+carefully encoded extra information into the resume code.
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to