Update Stackless Python wiki URL (GH-8072)

It was moved from bitbucket to GitHub.
This commit is contained in:
Julien Palard 2018-07-05 06:31:38 +02:00 committed by Mariatta
parent e69cd169af
commit a6e1e41e05
1 changed files with 1 additions and 1 deletions

View 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.