| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
Documentation build overview2 files changed ± using/windows.html ± whatsnew/changelog.html |
Sorry, something went wrong.
|
Thanks @harjothkhara for the PR, and @zooba for merging it 🌮🎉.. I'm working now to backport this PR to: 3.13, 3.14, 3.15. |
Sorry, something went wrong.
|
GH-153509 is a backport of this pull request to the 3.15 branch. |
Sorry, something went wrong.
|
Sorry, @harjothkhara and @zooba, I could not cleanly backport this to 3.13 due to a conflict. cherry_picker 106eb532ea3b243423e62a702719e9d3c0e40c16 3.13 |
Sorry, something went wrong.
|
GH-153510 is a backport of this pull request to the 3.14 branch. |
Sorry, something went wrong.
|
GH-153515 is a backport of this pull request to the 3.13 branch. |
Sorry, something went wrong.
(cherry picked from commit 106eb53)
…153608) [3.13] gh-153438: Update NuGet download URL (GH-153482) (GH-153515) gh-153438: Update NuGet download URL (GH-153482) (cherry picked from commit 106eb53) (cherry picked from commit 62eb50d) Co-authored-by: Steve Dower <steve.dower@python.org> Co-authored-by: Harjoth Khara <harjoth.khara@gmail.com>
⚠️⚠️⚠️ Buildbot failure ⚠️⚠️⚠️Hi! The buildbot AMD64 FreeBSD14 3.11 (tier-3) has failed when building commit 32eb314. What do you need to do:
You can take a look at the buildbot page here: https://buildbot.python.org/#/builders/1230/builds/547 Failed tests:
Failed subtests:
Summary of the results of the build (if available): == Click to see traceback logsTraceback (most recent call last):
File "/home/buildbot/buildarea/3.11.opsec-fbsd14/build/Lib/test/test_httpservers.py", line 906, in test_large_content_length_truncated
res = self.request('/cgi-bin/file1.py', 'POST', b'x', headers)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.11.opsec-fbsd14/build/Lib/test/test_httpservers.py", line 86, in request
return self.connection.getresponse()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.11.opsec-fbsd14/build/Lib/http/client.py", line 1443, in getresponse
response.begin()
File "/home/buildbot/buildarea/3.11.opsec-fbsd14/build/Lib/http/client.py", line 337, in begin
version, status, reason = self._read_status()
^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.11.opsec-fbsd14/build/Lib/http/client.py", line 306, in _read_status
raise RemoteDisconnected("Remote end closed connection without"
http.client.RemoteDisconnected: Remote end closed connection without response
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.11.opsec-fbsd14/build/Lib/test/test_httpservers.py", line 906, in test_large_content_length_truncated
res = self.request('/cgi-bin/file1.py', 'POST', b'x', headers)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.11.opsec-fbsd14/build/Lib/test/test_httpservers.py", line 86, in request
return self.connection.getresponse()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.11.opsec-fbsd14/build/Lib/http/client.py", line 1443, in getresponse
response.begin()
File "/home/buildbot/buildarea/3.11.opsec-fbsd14/build/Lib/http/client.py", line 337, in begin
version, status, reason = self._read_status()
^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.11.opsec-fbsd14/build/Lib/http/client.py", line 298, in _read_status
line = str(self.fp.readline(_MAXLINE + 1), "iso-8859-1")
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.11.opsec-fbsd14/build/Lib/socket.py", line 718, in readinto
return self._sock.recv_into(b)
^^^^^^^^^^^^^^^^^^^^^^^
ConnectionResetError: [Errno 54] Connection reset by peer
|
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Closes #153438.
The aka.ms/nugetclidl redirect no longer resolves to nuget.exe, which
breaks Windows build bootstrapping when no suitable Python is installed.
This change:
bootstrap and MSI external-dependency bootstrap;
Validation:
Content-Type: application/x-msdownload
The Windows batch execution itself was not run locally because the development
host is macOS.