From: Ezio Melotti Date: Sat, 5 Jan 2013 05:37:47 +0000 (+0200) Subject: #16862: remove outdated statements about Stackless. X-Git-Tag: v3.2.4rc1~248 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7449231eca9867dcee73c8456a35764bd97127fc;p=thirdparty%2FPython%2Fcpython.git #16862: remove outdated statements about Stackless. --- diff --git a/Doc/faq/design.rst b/Doc/faq/design.rst index 30a0197617af..c3061ae1518c 100644 --- a/Doc/faq/design.rst +++ b/Doc/faq/design.rst @@ -345,9 +345,6 @@ support for C. Answer 2: Fortunately, there is `Stackless Python `_, 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?