mirror of
https://github.com/python/cpython.git
synced 2025-09-28 11:15:17 +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")
|
raise ValueError("the socket must be non-blocking")
|
||||||
if not nbytes:
|
if not nbytes:
|
||||||
nbytes = len(buf)
|
nbytes = len(buf)
|
||||||
|
|
||||||
try:
|
try:
|
||||||
return sock.recvfrom_into(buf, nbytes)
|
return sock.recvfrom_into(buf, nbytes)
|
||||||
except (BlockingIOError, InterruptedError):
|
except (BlockingIOError, InterruptedError):
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue