diff options
author | sblondon <stephane.blondon@gmail.com> | 2023-03-08 10:24:39 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-08 10:24:39 (GMT) |
commit | 7d801f245e2021d19daff105ce722f22aa844391 (patch) | |
tree | 37a6605d6326945e51091cc60de6d2541fb5050c /PC/launcher2.c | |
parent | 1f557f94c2ee98c2a43bd090a7bf3f39a22ed874 (diff) | |
download | cpython-7d801f245e2021d19daff105ce722f22aa844391.zip cpython-7d801f245e2021d19daff105ce722f22aa844391.tar.gz cpython-7d801f245e2021d19daff105ce722f22aa844391.tar.bz2 |
Remove or update bitbucket links (GH-101963)
Since Mercurial removal from bitbucket.org, some links are broken.
They are replaced by github.com or webarchive.org links if available. Otherwise, they are removed.
Co-authored-by: Shantanu <12621235+hauntsaninja@users.noreply.github.com>
Diffstat (limited to 'PC/launcher2.c')
-rw-r--r-- | PC/launcher2.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/PC/launcher2.c b/PC/launcher2.c index beeb2ae..9326653 100644 --- a/PC/launcher2.c +++ b/PC/launcher2.c @@ -2473,8 +2473,7 @@ launchEnvironment(const SearchInfo *search, const EnvironmentInfo *launch, wchar window, or fetching a message). As this launcher doesn't do this directly, that cursor remains even after the child process does these things. We avoid that by doing a simple post+get message. - See http://bugs.python.org/issue17290 and - https://bitbucket.org/vinay.sajip/pylauncher/issue/20/busy-cursor-for-a-long-time-when-running + See http://bugs.python.org/issue17290 */ MSG msg; |