FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
gh-97696: DRAFT asyncio eager tasks factory prototype by itamaro · Pull Request #101613 · 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-97696: DRAFT asyncio eager tasks factory prototype
- #101613
#101613
Closed
itamaro
wants to merge 23 commits into
python:main
python/cpython:main
from
itamaro:asyncio-eager-tasks-playground
itamaro/cpython:asyncio-eager-tasks-playground
Copy head branch name to clipboard
Conversation
Commits
23
(23)
Checks
Files changed
Closed
gh-97696: DRAFT asyncio eager tasks factory prototype
#101613
itamaro
wants to merge 23 commits into
python:main
python/cpython:main
from
itamaro:asyncio-eager-tasks-playground
itamaro/cpython:asyncio-eager-tasks-playground
Copy head branch name to clipboard
Commits
Commits on Feb 4, 2023
Copy GH-98137, make some changes, add benchmarking script, trying to get it working
itamaro
committed
1ea845c
View commit details
Copy full SHA for 1ea845c
Browse repository at this point
asyncio runner takes optional task factory arg
itamaro
committed
de6d910
View commit details
Copy full SHA for de6d910
Browse repository at this point
don't coro.send if the event loop is not running (yet)
itamaro
committed
56610e7
View commit details
Copy full SHA for 56610e7
Browse repository at this point
modify async tree script to support eager factory
itamaro
committed
34082a7
View commit details
Copy full SHA for 34082a7
Browse repository at this point
don't over-count tasks that yield result immediately
itamaro
committed
ce5beaf
View commit details
Copy full SHA for ce5beaf
Browse repository at this point
Commits on Feb 6, 2023
handle task._source_traceback in eager task factory
itamaro
committed
38d7b0b
View commit details
Copy full SHA for 38d7b0b
Browse repository at this point
Commits on Feb 10, 2023
stop checking for eager factory in taskgroups
itamaro
committed
6afbaab
View commit details
Copy full SHA for 6afbaab
Browse repository at this point
refactor async tree benchmark to work with TaskGroup or gather depending on flags and feature availability
itamaro
committed
a6e68bc
View commit details
Copy full SHA for a6e68bc
Browse repository at this point
restore C task
itamaro
committed
464bd49
View commit details
Copy full SHA for 464bd49
Browse repository at this point
yield_result -> coro_result
itamaro
committed
ac26ad6
View commit details
Copy full SHA for ac26ad6
Browse repository at this point
Commits on Feb 11, 2023
Support `coro_result` in Task C impl
itamaro
committed
ae2dcf3
View commit details
Copy full SHA for ae2dcf3
Browse repository at this point
Commits on Feb 22, 2023
Merge branch 'main' into asyncio-eager-tasks-playground
itamaro
committed
9794715
View commit details
Copy full SHA for 9794715
Browse repository at this point
Address Dino's review comments
Show description for 0b447b0
itamaro
committed
0b447b0
View commit details
Copy full SHA for 0b447b0
Browse repository at this point
Commits on Feb 25, 2023
passthrough coro_result from custom constructor only if it is set
itamaro
committed
f2748e2
View commit details
Copy full SHA for f2748e2
Browse repository at this point
Commits on Feb 26, 2023
add != NULL assertion on step2 result
itamaro
committed
61ac5d0
View commit details
Copy full SHA for 61ac5d0
Browse repository at this point
Commits on Mar 3, 2023
Merge branch 'main' into asyncio-eager-tasks-playground
itamaro
committed
cbd14fb
View commit details
Copy full SHA for cbd14fb
Browse repository at this point
Commits on Mar 10, 2023
fix result refcnting in task_step_handle_result_impl
itamaro
committed
3503337
View commit details
Copy full SHA for 3503337
Browse repository at this point
Commits on Mar 11, 2023
Add eager task factory tests
itamaro
committed
49c0e89
View commit details
Copy full SHA for 49c0e89
Browse repository at this point
Commits on Mar 15, 2023
cleanup eager task factory tests
itamaro
committed
8a5229a
View commit details
Copy full SHA for 8a5229a
Browse repository at this point
add news blurb
itamaro
committed
d1e5fd1
View commit details
Copy full SHA for d1e5fd1
Browse repository at this point
Merge branch 'main' into asyncio-eager-tasks-playground
itamaro
committed
580fb1f
View commit details
Copy full SHA for 580fb1f
Browse repository at this point
apply patchcheck fixes in asyncio.tasks
itamaro
committed
6284c41
View commit details
Copy full SHA for 6284c41
Browse repository at this point
regenerate clinic
itamaro
committed
34123a7
View commit details
Copy full SHA for 34123a7
Browse repository at this point
Back
|
FazBrowse Home
|
New Git URL