Skip to content
Closed
Changes from 1 commit
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
1ea845c
Copy GH-98137, make some changes, add benchmarking script, trying to …
itamaro Feb 1, 2023
de6d910
asyncio runner takes optional task factory arg
itamaro Feb 3, 2023
56610e7
don't coro.send if the event loop is not running (yet)
itamaro Feb 3, 2023
34082a7
modify async tree script to support eager factory
itamaro Feb 3, 2023
ce5beaf
don't over-count tasks that yield result immediately
itamaro Feb 3, 2023
38d7b0b
handle task._source_traceback in eager task factory
itamaro Feb 6, 2023
6afbaab
stop checking for eager factory in taskgroups
itamaro Feb 10, 2023
a6e68bc
refactor async tree benchmark to work with TaskGroup or gather depend…
itamaro Feb 10, 2023
464bd49
restore C task
itamaro Feb 10, 2023
ac26ad6
yield_result -> coro_result
itamaro Feb 10, 2023
ae2dcf3
Support `coro_result` in Task C impl
itamaro Feb 10, 2023
9794715
Merge branch 'main' into asyncio-eager-tasks-playground
itamaro Feb 22, 2023
0b447b0
Address Dino's review comments
itamaro Feb 22, 2023
f2748e2
passthrough coro_result from custom constructor only if it is set
itamaro Feb 25, 2023
61ac5d0
add != NULL assertion on step2 result
itamaro Feb 26, 2023
cbd14fb
Merge branch 'main' into asyncio-eager-tasks-playground
itamaro Mar 3, 2023
3503337
fix result refcnting in task_step_handle_result_impl
itamaro Mar 10, 2023
49c0e89
Add eager task factory tests
itamaro Mar 11, 2023
8a5229a
cleanup eager task factory tests
itamaro Mar 15, 2023
d1e5fd1
add news blurb
itamaro Mar 15, 2023
580fb1f
Merge branch 'main' into asyncio-eager-tasks-playground
itamaro Mar 15, 2023
6284c41
apply patchcheck fixes in asyncio.tasks
itamaro Mar 15, 2023
34123a7
regenerate clinic
itamaro Mar 15, 2023
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
Next Next commit
Merge branch 'main' into asyncio-eager-tasks-playground
  • Loading branch information
itamaro committed Mar 3, 2023
commit cbd14fb617d540d38bb1efae25f6becc1f9d71a0

This merge commit was added into this branch cleanly.

There are no new changes to show, but you can still view the diff.