]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
#16862: remove outdated statements about Stackless.
authorEzio Melotti <ezio.melotti@gmail.com>
Sat, 5 Jan 2013 05:37:47 +0000 (07:37 +0200)
committerEzio Melotti <ezio.melotti@gmail.com>
Sat, 5 Jan 2013 05:37:47 +0000 (07:37 +0200)
Doc/faq/design.rst

index 30a0197617af97fffa735ec46cb741a902c98438..c3061ae1518c2014ff57eb608b8de293f4951a1e 100644 (file)
@@ -345,9 +345,6 @@ support for C.
 
 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?