Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9beeefb commit 7449231Copy full SHA for 7449231
Doc/faq/design.rst
@@ -345,9 +345,6 @@ support for C.
345
346
Answer 2: Fortunately, there is `Stackless Python <http://www.stackless.com>`_,
347
which has a completely redesigned interpreter loop that avoids the C stack.
348
-It's still experimental but looks very promising. Although it is binary
349
-compatible with standard Python, it's still unclear whether Stackless will make
350
-it into the core -- maybe it's just too revolutionary.
351
352
353
Why can't lambda forms contain statements?
0 commit comments