[Python-checkins] cpython (2.7): #16862: remove outdated statements about Stackless.

ezio.melotti python-checkins at python.org
Sat Jan 5 07:54:27 CET 2013


http://hg.python.org/cpython/rev/0f24c65fb7e5
changeset:   81295:0f24c65fb7e5
branch:      2.7
user:        Ezio Melotti <ezio.melotti at gmail.com>
date:        Sat Jan 05 07:37:47 2013 +0200
summary:
  #16862: remove outdated statements about Stackless.

files:
  Doc/faq/design.rst |  3 ---
  1 files changed, 0 insertions(+), 3 deletions(-)


diff --git a/Doc/faq/design.rst b/Doc/faq/design.rst
--- a/Doc/faq/design.rst
+++ b/Doc/faq/design.rst
@@ -370,9 +370,6 @@
 
 Answer 2: Fortunately, there is `Stackless Python <http://www.stackless.com>`_,
 which has a completely redesigned interpreter loop that avoids the C stack.
-It's still experimental but looks very promising.  Although it is binary
-compatible with standard Python, it's still unclear whether Stackless will make
-it into the core -- maybe it's just too revolutionary.
 
 
 Why can't lambda forms contain statements?

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list