FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
bpo-44176: Allow `asyncio.as_completed()`'s first parameter to be a generator yielding awaitables by alexdelorenzo · Pull Request #26228 · 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
bpo-44176: Allow asyncio.as_completed()'s first parameter to be a generator yielding awaitables
- #26228
#26228
Closed
alexdelorenzo
wants to merge 4 commits into
python:main
python/cpython:main
from
alexdelorenzo:master
alexdelorenzo/cpython:master
Copy head branch name to clipboard
Conversation
Commits
4
(4)
Checks
Files changed
Closed
bpo-44176: Allow asyncio.as_completed()'s first parameter to be a generator yielding awaitables
#26228
alexdelorenzo
wants to merge 4 commits into
python:main
python/cpython:main
from
alexdelorenzo:master
alexdelorenzo/cpython:master
Copy head branch name to clipboard
Commits
Commits on May 19, 2021
Use inspect.isawaitable() to detect if as_completed()'s first param is awaitable
alexdelorenzo
authored
2372e2c
View commit details
Copy full SHA for 2372e2c
Browse repository at this point
Commits on Jun 2, 2021
📜🤖 Added by blurb_it.
blurb-it[bot]
authored
e962f20
View commit details
Copy full SHA for e962f20
Browse repository at this point
Merge branch 'python:main' into master
alexdelorenzo
committed
ce552b6
View commit details
Copy full SHA for ce552b6
Browse repository at this point
Use inspect.isawaitable() to detect if wait()'s first parameter is awaitable
alexdelorenzo
committed
f75ef19
View commit details
Copy full SHA for f75ef19
Browse repository at this point
Back
|
FazBrowse Home
|
New Git URL