8000 gh-122881: Reduce asyncio heapq scheduling overhead by bdraco · Pull Request #122882 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

gh-122881: Reduce asyncio heapq scheduling overhead #122882

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 14 commits into from
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update Lib/asyncio/base_events.py
  • Loading branch information
bdraco authored Aug 24, 2024
commit f78838c11c57ed53f07e5c472b9f560ebe3be22a
1 change: 0 additions & 1 deletion Lib/asyncio/base_events.py
Original file line number Diff line number Diff line change
Expand Up @@ -1980,7 +1980,6 @@ def _run_once(self):
handle._scheduled = False

timeout = None

if self._ready or self._stopping:
timeout = 0
elif self._scheduled:
Expand Down
Loading
0