#16862: remove outdated statements about Stackless.

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

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