Skip to content

Commit a6e1e41

Browse files
JulienPalardMariatta
authored andcommitted
Update Stackless Python wiki URL (GH-8072)
It was moved from bitbucket to GitHub.
1 parent e69cd16 commit a6e1e41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/faq/design.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -348,7 +348,7 @@ each Python stack frame. Also, extensions can call back into Python at almost
348348
random moments. Therefore, a complete threads implementation requires thread
349349
support for C.
350350

351-
Answer 2: Fortunately, there is `Stackless Python <https://bitbucket.org/stackless-dev/stackless/wiki/Home>`_,
351+
Answer 2: Fortunately, there is `Stackless Python <https://github.com/stackless-dev/stackless/wiki>`_,
352352
which has a completely redesigned interpreter loop that avoids the C stack.
353353

354354

0 commit comments

Comments
 (0)