8000 Update Lib/asyncio/base_events.py · python/cpython@f78838c · GitHub
[go: up one dir, main page]

Skip to content

Commit f78838c

Browse files
authored
Update Lib/asyncio/base_events.py
1 parent 5ccc55f commit f78838c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Lib/asyncio/base_events.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1980,7 +1980,6 @@ def _run_once(self):
19801980
handle._scheduled = False
19811981

19821982
timeout = None
1983-
19841983
if self._ready or self._stopping:
19851984
timeout = 0
19861985
elif self._scheduled:

0 commit comments

Comments
 (0)
0