]> 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 a8315f9c4a86c2f9e90ef10de248014ee85a6556..833e58666b8a84114581240499fb1162b532ae34 100644 (file)
@@ -370,9 +370,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?