-
-
Notifications
You must be signed in to change notification settings - Fork 34k
gh-144538: Upgrade bundled pip to 26.0.1 #144556
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
Conversation
hugovk
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
|
Thanks @notatallshaw for the PR, and @pfmoore for merging it 🌮🎉.. I'm working now to backport this PR to: 3.13. |
|
Thanks @notatallshaw for the PR, and @pfmoore for merging it 🌮🎉.. I'm working now to backport this PR to: 3.14. |
Upgrade bundled pip to 26.0.1 (cherry picked from commit f4364a5) Co-authored-by: Damian Shaw <damian.peter.shaw@gmail.com>
Upgrade bundled pip to 26.0.1 (cherry picked from commit f4364a5) Co-authored-by: Damian Shaw <damian.peter.shaw@gmail.com>
|
GH-144561 is a backport of this pull request to the 3.13 branch. |
|
GH-144562 is a backport of this pull request to the 3.14 branch. |
|
|
Looks like an unrelated, flaky network test: ======================================================================
ERROR: test_large_content_length_truncated (test.test_httpservers.CGIHTTPServerTestCase.test_large_content_length_truncated)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.13.opsec-fbsd14/build/Lib/test/test_httpservers.py", line 1028, in test_large_content_length_truncated
res = self.request('/cgi-bin/file1.py', 'POST', b'x', headers)
File "/home/buildbot/buildarea/3.13.opsec-fbsd14/build/Lib/test/test_httpservers.py", line 89, in request
return self.connection.getresponse()
~~~~~~~~~~~~~~~~~~~~~~~~~~~^^
File "/home/buildbot/buildarea/3.13.opsec-fbsd14/build/Lib/http/client.py", line 1450, in getresponse
response.begin()
~~~~~~~~~~~~~~^^
File "/home/buildbot/buildarea/3.13.opsec-fbsd14/build/Lib/http/client.py", line 336, in begin
version, status, reason = self._read_status()
~~~~~~~~~~~~~~~~~^^
File "/home/buildbot/buildarea/3.13.opsec-fbsd14/build/Lib/http/client.py", line 297, in _read_status
line = str(self.fp.readline(_MAXLINE + 1), "iso-8859-1")
~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.13.opsec-fbsd14/build/Lib/socket.py", line 719, in readinto
return self._sock.recv_into(b)
~~~~~~~~~~~~~~~~~~~~^^^
ConnectionResetError: [Errno 54] Connection reset by peer
|
Uh oh!
There was an error while loading. Please reload this page.