[pypy-commit] pypy default: This has been fixed.

arigo noreply at buildbot.pypy.org
Sun Sep 11 17:19:20 CEST 2011


Author: Armin Rigo <arigo at tunes.org>
Branch: 
Changeset: r47206:f18568e244e9
Date: 2011-09-11 16:08 +0200
http://bitbucket.org/pypy/pypy/changeset/f18568e244e9/

Log:	This has been fixed.

diff --git a/pypy/doc/stackless.rst b/pypy/doc/stackless.rst
--- a/pypy/doc/stackless.rst
+++ b/pypy/doc/stackless.rst
@@ -215,11 +215,6 @@
 
 * Support for other CPUs than x86 and x86-64
 
-* The app-level ``f_back`` field of frames crossing continulet boundaries
-  is None for now, unlike what I explain in the theoretical overview
-  above.  It mostly means that in a ``pdb.set_trace()`` you cannot go
-  ``up`` past countinulet boundaries.  This could be fixed.
-
 .. __: `recursion depth limit`_
 
 (*) Pickling, as well as changing threads, could be implemented by using


More information about the pypy-commit mailing list