mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Issue #27907: variable rename. (Ville Skyttä)
This commit is contained in:
parent
f0afe77c52
commit
09c22adadf
1 changed files with 2 additions and 2 deletions
|
@ -763,11 +763,11 @@ class EventLoopTestsMixin:
|
|||
addr = lsock.getsockname()
|
||||
|
||||
message = b'test data'
|
||||
reponse = None
|
||||
response = None
|
||||
expected_response = b'roger'
|
||||
|
||||
def client():
|
||||
global response
|
||||
nonlocal response
|
||||
try:
|
||||
csock = socket.socket()
|
||||
if client_ssl is not None:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue