mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
Fix xmlrpc unittest. While it now passes on Linux, it still fails
on FreeBSD due to the difference of socket blocking mode inheritance.
This commit is contained in:
parent
faa54a3929
commit
9604286ee1
2 changed files with 7 additions and 25 deletions
|
@ -1117,8 +1117,8 @@ class Transport:
|
|||
if resp.status != 200:
|
||||
raise ProtocolError(
|
||||
host + handler,
|
||||
errcode, errmsg,
|
||||
headers
|
||||
resp.status, resp.reason,
|
||||
resp.getheaders()
|
||||
)
|
||||
|
||||
self.verbose = verbose
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue