From: Julien Palard Date: Fri, 6 Jul 2018 09:33:02 +0000 (+0200) Subject: Update Stackless Python wiki URL (GH-8072) X-Git-Tag: v3.7.1rc1~324 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e6f7ee01eb3ada8f5ad08d299e4f99753c58b0d7;p=python Update Stackless Python wiki URL (GH-8072) It was moved from bitbucket to GitHub. (cherry picked from commit a6e1e41e0563c87e93085d3a7f7d96e9bbf792d7) --- diff --git a/Doc/faq/design.rst b/Doc/faq/design.rst index c2bf37a7a8..5168121947 100644 --- a/Doc/faq/design.rst +++ b/Doc/faq/design.rst @@ -348,7 +348,7 @@ each Python stack frame. Also, extensions can call back into Python at almost random moments. Therefore, a complete threads implementation requires thread support for C. -Answer 2: Fortunately, there is `Stackless Python `_, +Answer 2: Fortunately, there is `Stackless Python `_, which has a completely redesigned interpreter loop that avoids the C stack.