Update Stackless Python wiki URL (GH-8072)
It was moved from bitbucket to GitHub.
This commit is contained in:
parent
e69cd169af
commit
a6e1e41e05
|
@ -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.
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue