From 7449231eca9867dcee73c8456a35764bd97127fc Mon Sep 17 00:00:00 2001 From: Ezio Melotti Date: Sat, 5 Jan 2013 07:37:47 +0200 Subject: #16862: remove outdated statements about Stackless. --- Doc/faq/design.rst | 3 --- 1 file changed, 3 deletions(-) diff --git a/Doc/faq/design.rst b/Doc/faq/design.rst index 30a0197..c3061ae 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? -- cgit v0.12