[Python-checkins] Update Stackless Python wiki URL (GH-8072)
Mariatta
webhook-mailer at python.org
Thu Jul 5 00:31:42 EDT 2018
https://github.com/python/cpython/commit/a6e1e41e0563c87e93085d3a7f7d96e9bbf792d7
commit: a6e1e41e0563c87e93085d3a7f7d96e9bbf792d7
branch: master
author: Julien Palard <julien at palard.fr>
committer: Mariatta <Mariatta at users.noreply.github.com>
date: 2018-07-04T21:31:38-07:00
summary:
Update Stackless Python wiki URL (GH-8072)
It was moved from bitbucket to GitHub.
files:
M Doc/faq/design.rst
diff --git a/Doc/faq/design.rst b/Doc/faq/design.rst
index c2bf37a7a82e..516812194785 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 <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.
More information about the Python-checkins
mailing list