]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Update Stackless Python wiki URL (GH-8072)
authorJulien Palard <julien@palard.fr>
Thu, 5 Jul 2018 04:31:38 +0000 (06:31 +0200)
committerMariatta <Mariatta@users.noreply.github.com>
Thu, 5 Jul 2018 04:31:38 +0000 (21:31 -0700)
It was moved from bitbucket to GitHub.

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.