mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Remove redundant assignment l = [] from poll3() -- copy-and-paste
error.
This commit is contained in:
parent
f3b9430fd1
commit
bfbc18dbf9
1 changed files with 0 additions and 1 deletions
|
@ -146,7 +146,6 @@ def poll3 (timeout=0.0, map=None):
|
|||
timeout = int(timeout*1000)
|
||||
pollster = select.poll()
|
||||
if map:
|
||||
l = []
|
||||
for fd, obj in map.items():
|
||||
flags = 0
|
||||
if obj.readable():
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue