X Tutup
The Wayback Machine - https://web.archive.org/web/20221223123950/https://github.com/python/cpython/pull/28399
Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bpo-45055: Add retry when downloading externals on Windows #28399

Merged
merged 4 commits into from Sep 20, 2021

Conversation

zooba
Copy link
Member

@zooba zooba commented Sep 16, 2021

PCbuild/get_external.py Outdated Show resolved Hide resolved
PCbuild/get_external.py Show resolved Hide resolved
PCbuild/get_external.py Outdated Show resolved Hide resolved
Co-authored-by: Łukasz Langa <lukasz@langa.pl>
Copy link
Member

@gvanrossum gvanrossum left a comment

Let's go!

@gvanrossum
Copy link
Member

gvanrossum commented Sep 18, 2021

Unclear why test_asyncio should fail as a result of this. Closing and reopening. If that doesn't work let's see if a rebase works (but I can't do that, it would be up to Steve).

@gvanrossum gvanrossum closed this Sep 18, 2021
@gvanrossum gvanrossum reopened this Sep 18, 2021
@zooba zooba merged commit ef9e22b into python:main Sep 20, 2021
18 of 19 checks passed
@miss-islington
Copy link
Contributor

miss-islington commented Sep 20, 2021

Thanks @zooba for the PR 🌮🎉.. I'm working now to backport this PR to: 3.9, 3.10.
🐍🍒🤖

@zooba zooba deleted the bpo-45055 branch Sep 20, 2021
@bedevere-bot
Copy link

bedevere-bot commented Sep 20, 2021

GH-28476 is a backport of this pull request to the 3.10 branch.

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Sep 20, 2021
…28399)

Co-authored-by: Łukasz Langa <lukasz@langa.pl>
(cherry picked from commit ef9e22b)

Co-authored-by: Steve Dower <steve.dower@python.org>
@bedevere-bot
Copy link

bedevere-bot commented Sep 20, 2021

GH-28477 is a backport of this pull request to the 3.9 branch.

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Sep 20, 2021
…28399)

Co-authored-by: Łukasz Langa <lukasz@langa.pl>
(cherry picked from commit ef9e22b)

Co-authored-by: Steve Dower <steve.dower@python.org>
miss-islington added a commit that referenced this pull request Sep 20, 2021
Co-authored-by: Łukasz Langa <lukasz@langa.pl>
(cherry picked from commit ef9e22b)

Co-authored-by: Steve Dower <steve.dower@python.org>
miss-islington added a commit that referenced this pull request Sep 20, 2021
Co-authored-by: Łukasz Langa <lukasz@langa.pl>
(cherry picked from commit ef9e22b)

Co-authored-by: Steve Dower <steve.dower@python.org>
nsait-linaro pushed a commit to nsait-linaro/cpython that referenced this pull request Sep 21, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

6 participants
X Tutup