]> granicus.if.org Git - python/commitdiff
Update Stackless Python wiki URL (GH-8072)
authorJulien Palard <julien@palard.fr>
Fri, 6 Jul 2018 09:33:02 +0000 (11:33 +0200)
committerGitHub <noreply@github.com>
Fri, 6 Jul 2018 09:33:02 +0000 (11:33 +0200)
It was moved from bitbucket to GitHub.

(cherry picked from commit a6e1e41e0563c87e93085d3a7f7d96e9bbf792d7)

Doc/faq/design.rst

index c2bf37a7a82ea877744313785046cdd0efd05aff..5168121947853a0aa143fa22fd743502059405fe 100644 (file)
@@ -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 <https://bitbucket.org/stackless-dev/stackless/wiki/Home>`_,
+Answer 2: Fortunately, there is `Stackless Python <https://github.com/stackless-dev/stackless/wiki>`_,
 which has a completely redesigned interpreter loop that avoids the C stack.