Author: Armin Rigo <[email protected]> Branch: Changeset: r72815:0610ca82473d Date: 2014-08-14 20:00 +0200 http://bitbucket.org/pypy/pypy/changeset/0610ca82473d/
Log: Update the FAQ entry diff --git a/pypy/doc/faq.rst b/pypy/doc/faq.rst --- a/pypy/doc/faq.rst +++ b/pypy/doc/faq.rst @@ -159,10 +159,12 @@ -------------------------------------------------- No. PyPy follows the Python language design, including the built-in -debugger features. `This prevents tail calls.`__ Neither the JIT -nor Stackless__ change anything to that. +debugger features. This prevents tail calls, as summarized by Guido +van Rossum in two__ blog__ posts. Moreover, neither the JIT nor +Stackless__ change anything to that. -.. __: http://neopythonic.blogspot.com.au/2009/04/final-words-on-tail-calls.html +.. __: http://neopythonic.blogspot.com/2009/04/tail-recursion-elimination.html +.. __: http://neopythonic.blogspot.com/2009/04/final-words-on-tail-calls.html .. __: stackless.html ------------------------------------------ _______________________________________________ pypy-commit mailing list [email protected] https://mail.python.org/mailman/listinfo/pypy-commit
