Update Stackless Python wiki URL (GH-8072)

It was moved from bitbucket to GitHub.

(cherry picked from commit a6e1e41e05)
This commit is contained in:
Julien Palard 2018-07-06 11:33:02 +02:00 committed by GitHub
parent 60214dd2d5
commit e6f7ee01eb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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.