FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
gh-104144: Optimize gather to finish eagerly when all futures complete eagerly by itamaro · Pull Request #104138 · python/cpython · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
python
/
cpython
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
35.3k
Star
74.9k
Code
Issues
5k+
Pull requests
2.6k
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
gh-104144: Optimize gather to finish eagerly when all futures complete eagerly
- #104138
#104138
Merged
kumaraditya303
merged 8 commits into
python:main
python/cpython:main
from
itamaro:asyncio-skip-gathering-future
itamaro/cpython:asyncio-skip-gathering-future
Copy head branch name to clipboard
May 6, 2023
Conversation
Commits
8
(8)
Checks
Files changed
Merged
gh-104144: Optimize gather to finish eagerly when all futures complete eagerly
#104138
kumaraditya303
merged 8 commits into
python:main
python/cpython:main
from
itamaro:asyncio-skip-gathering-future
itamaro/cpython:asyncio-skip-gathering-future
Copy head branch name to clipboard
Commits
Commits on May 3, 2023
gh-NNNN: Skip creating GatheringFuture if all futures finished eagerly
itamaro
committed
b3e479a
View commit details
Copy full SHA for b3e479a
Browse repository at this point
Add NEWS entry
itamaro
committed
8eeebaf
View commit details
Copy full SHA for 8eeebaf
Browse repository at this point
Commits on May 4, 2023
Apply review suggestion to NEWS entry
Show description for 9289c9e
itamaro
and
carljm
authored
9289c9e
View commit details
Copy full SHA for 9289c9e
Browse repository at this point
Commits on May 5, 2023
Merge branch 'main' into asyncio-skip-gathering-future
itamaro
committed
edbb04c
View commit details
Copy full SHA for edbb04c
Browse repository at this point
Modify implementation to eagerly call done callbacks at the end of the loop, after the GatheringFuture (outer) is created
itamaro
committed
9be6e51
View commit details
Copy full SHA for 9be6e51
Browse repository at this point
update inline comment and NEWS entry
itamaro
committed
250b73c
View commit details
Copy full SHA for 250b73c
Browse repository at this point
Merge branch 'main' into asyncio-skip-gathering-future
itamaro
committed
7df90eb
View commit details
Copy full SHA for 7df90eb
Browse repository at this point
Commits on May 6, 2023
Fix NEWS typo
gvanrossum
authored
ce52714
View commit details
Copy full SHA for ce52714
Browse repository at this point
Back
|
FazBrowse Home
|
New Git URL