Author: Armin Rigo <[email protected]>
Branch: 
Changeset: r76544:a450cfab98bf
Date: 2015-03-24 20:52 +0100
http://bitbucket.org/pypy/pypy/changeset/a450cfab98bf/

Log:    Mention recursion detection

diff --git a/pypy/doc/stm.rst b/pypy/doc/stm.rst
--- a/pypy/doc/stm.rst
+++ b/pypy/doc/stm.rst
@@ -147,6 +147,9 @@
   crash on an assertion error because of a non-implemented overflow of
   an internal 28-bit counter.
 
+* The recursion detection code was not reimplemented.  Infinite
+  recursion just segfaults for now.
+
 
 .. _`report any crash`: 
https://bitbucket.org/pypy/pypy/issues?status=new&status=open
 .. __: 
https://bitbucket.org/pypy/pypy/raw/stmgc-c7/rpython/translator/stm/src_stm/stm/core.h
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to