#16862: remove outdated statements about Stackless.

This commit is contained in:
Ezio Melotti 2013-01-05 07:37:47 +02:00
parent 9beeefbb45
commit 7449231eca
1 changed files with 0 additions and 3 deletions

View 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?