mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Drop accidentally added whitespaces in asyncio internals (GH-31900)
This commit is contained in:
parent
2cf7f865f0
commit
22403d3a81
1 changed files with 1 additions and 1 deletions
|
@ -485,7 +485,7 @@ class BaseSelectorEventLoop(base_events.BaseEventLoop):
|
|||
raise ValueError("the socket must be non-blocking")
|
||||
if not nbytes:
|
||||
nbytes = len(buf)
|
||||
|
||||
|
||||
try:
|
||||
return sock.recvfrom_into(buf, nbytes)
|
||||
except (BlockingIOError, InterruptedError):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue