[pypy-commit] pypy default: document merged branch

mattip noreply at buildbot.pypy.org
Wed May 6 17:04:59 CEST 2015


Author: mattip <matti.picus at gmail.com>
Branch: 
Changeset: r77160:e86a210b9d79
Date: 2015-05-06 18:04 +0300
http://bitbucket.org/pypy/pypy/changeset/e86a210b9d79/

Log:	document merged branch

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
@@ -74,3 +74,7 @@
 
 .. branch: jit_hint_docs
 Add more detail to @jit.elidable and @jit.promote in rpython/rlib/jit.py
+
+.. branch: remove-frame-debug-attrs
+Remove the debug attributes from frames only used for tracing and replace
+them with a debug object that is created on-demand


More information about the pypy-commit mailing list