We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0fac493 commit 78602bfCopy full SHA for 78602bf
PCbuild/get_external.py
@@ -57,6 +57,7 @@ def fetch_release(tag, tarball_dir, *, org='python', verbose=False):
57
arch_filename = f'{tag}-{arch}.tar.xz'
58
arch_url = f'https://github.com/{org}/cpython-bin-deps/releases/download/{tag}/{arch_filename}'
59
try:
60
+ print(f'Downloading {arch_url}')
61
output_path = tarball_dir / arch_filename
62
retrieve_with_retries(arch_url, output_path, reporthook)
63
return output_path
0 commit comments