From: Ezio Melotti Date: Sat, 5 Jan 2013 05:37:47 +0000 (+0200) Subject: #16862: remove outdated statements about Stackless. X-Git-Tag: v2.7.4rc1~273 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9ae47115813bd3f8d391a785f4527f0518193868;p=thirdparty%2FPython%2Fcpython.git #16862: remove outdated statements about Stackless. --- diff --git a/Doc/faq/design.rst b/Doc/faq/design.rst index a8315f9c4a86..833e58666b8a 100644 --- a/Doc/faq/design.rst +++ b/Doc/faq/design.rst @@ -370,9 +370,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?