FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
gh-97696: asyncio eager tasks factory by itamaro · Pull Request #102853 · 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: asyncio eager tasks factory
- #102853
#102853
Merged
carljm
merged 38 commits into
python:main
python/cpython:main
from
itamaro:eager-tasks-factory
itamaro/cpython:eager-tasks-factory
Copy head branch name to clipboard
May 1, 2023
Conversation
Commits
38
(38)
Checks
Files changed
Merged
gh-97696: asyncio eager tasks factory
#102853
carljm
merged 38 commits into
python:main
python/cpython:main
from
itamaro:eager-tasks-factory
itamaro/cpython:eager-tasks-factory
Copy head branch name to clipboard
Commits
Commits on Apr 20, 2023
Eager task factory implementation
itamaro
committed
a127f98
View commit details
Copy full SHA for a127f98
Browse repository at this point
Eager task factory tests
itamaro
committed
45316d8
View commit details
Copy full SHA for 45316d8
Browse repository at this point
Add NEWS and docs for eager task factory
itamaro
committed
ac9b7b0
View commit details
Copy full SHA for ac9b7b0
Browse repository at this point
elaborate explanation in docs and add a whatsnew entry
itamaro
committed
402c317
View commit details
Copy full SHA for 402c317
Browse repository at this point
fix docs
itamaro
committed
563ffd4
View commit details
Copy full SHA for 563ffd4
Browse repository at this point
Overhaul eager task factory design
Show description for 6f2a47a
itamaro
and
jbower-fb
committed
6f2a47a
View commit details
Copy full SHA for 6f2a47a
Browse repository at this point
Fix task-counting tests for new impl
itamaro
committed
e7743f6
View commit details
Copy full SHA for e7743f6
Browse repository at this point
Commits on Apr 21, 2023
Fix test_task_exc_handler_correct_context
Show description for 10a03a0
itamaro
and
jbower-fb
committed
10a03a0
View commit details
Copy full SHA for 10a03a0
Browse repository at this point
Merge branch 'main' into eager-tasks-factory
itamaro
committed
5e8ae51
View commit details
Copy full SHA for 5e8ae51
Browse repository at this point
Commits on Apr 24, 2023
Merge branch 'main' into eager-tasks-factory
itamaro
committed
b4fea1c
View commit details
Copy full SHA for b4fea1c
Browse repository at this point
add jbower credit
itamaro
committed
441fd92
View commit details
Copy full SHA for 441fd92
Browse repository at this point
cleanup recursive_taskgroups test case
itamaro
committed
4c46a72
View commit details
Copy full SHA for 4c46a72
Browse repository at this point
Commits on Apr 25, 2023
Merge branch 'main' into eager-tasks-factory
itamaro
committed
8686a3d
View commit details
Copy full SHA for 8686a3d
Browse repository at this point
Update asyncio documentation with latest state of the PR
itamaro
committed
14b6f58
View commit details
Copy full SHA for 14b6f58
Browse repository at this point
don't add coro to the task repr if coro is None
itamaro
committed
0f9185c
View commit details
Copy full SHA for 0f9185c
Browse repository at this point
also update the NEWS entry
itamaro
committed
679534a
View commit details
Copy full SHA for 679534a
Browse repository at this point
add error check when using _PyDict_GetItem_KnownHash in swap_current_task
itamaro
committed
70bb3d4
View commit details
Copy full SHA for 70bb3d4
Browse repository at this point
focus the eager task factory test suite on testing eager execution semantics
itamaro
committed
7edcf3f
View commit details
Copy full SHA for 7edcf3f
Browse repository at this point
ensure task_eager_start is not called with a NULL task
itamaro
committed
45e5c8c
View commit details
Copy full SHA for 45e5c8c
Browse repository at this point
Commits on Apr 26, 2023
Refactor eager task tests to clarify the "loop is running" constraint and make it explicit
itamaro
committed
fbf8d91
View commit details
Copy full SHA for fbf8d91
Browse repository at this point
Apply documentation suggestions and feedback
itamaro
committed
873a645
View commit details
Copy full SHA for 873a645
Browse repository at this point
Merge remote-tracking branch 'upstream/main' into eager-tasks-factory
itamaro
committed
9c2bc9a
View commit details
Copy full SHA for 9c2bc9a
Browse repository at this point
fix docs (rst is hard)
itamaro
committed
9522c54
View commit details
Copy full SHA for 9522c54
Browse repository at this point
Commits on Apr 27, 2023
Merge branch 'main' into eager-tasks-factory
itamaro
committed
2acdc51
View commit details
Copy full SHA for 2acdc51
Browse repository at this point
Commits on Apr 28, 2023
Extend eager task factory tests
Show description for fef8140
jbower-fb
committed
fef8140
View commit details
Copy full SHA for fef8140
Browse repository at this point
a little cleanup of newly added tests
itamaro
committed
1eb540c
View commit details
Copy full SHA for 1eb540c
Browse repository at this point
add assertion to current_task test, comparing the task before and after eager stop blocking
itamaro
committed
3cef856
View commit details
Copy full SHA for 3cef856
Browse repository at this point
add a second step to contextvars test
itamaro
committed
8877716
View commit details
Copy full SHA for 8877716
Browse repository at this point
Merge branch 'main' into eager-tasks-factory
itamaro
committed
57ccce3
View commit details
Copy full SHA for 57ccce3
Browse repository at this point
Merge branch 'main' into eager-tasks-factory
willingc
authored
57b197f
View commit details
Copy full SHA for 57b197f
Browse repository at this point
Commits on Apr 30, 2023
Merge branch 'main' into eager-tasks-factory
itamaro
committed
c545645
View commit details
Copy full SHA for c545645
Browse repository at this point
Commits on May 1, 2023
missing word in NEWS entry
itamaro
committed
0c09767
View commit details
Copy full SHA for 0c09767
Browse repository at this point
refactor all_tasks() handling of eager_tasks
itamaro
committed
a255ec8
View commit details
Copy full SHA for a255ec8
Browse repository at this point
fix docs (PR review)
itamaro
committed
05870d5
View commit details
Copy full SHA for 05870d5
Browse repository at this point
move cv.set inside the main task (otherwise it refleaks)
itamaro
committed
a2587a1
View commit details
Copy full SHA for a2587a1
Browse repository at this point
Merge branch 'main' into eager-tasks-factory
itamaro
committed
0101742
View commit details
Copy full SHA for 0101742
Browse repository at this point
fix grammar in all_tasks comments
itamaro
committed
b83ed94
View commit details
Copy full SHA for b83ed94
Browse repository at this point
Merge branch 'main' into eager-tasks-factory
itamaro
committed
b17f605
View commit details
Copy full SHA for b17f605
Browse repository at this point
Back
|
FazBrowse Home
|
New Git URL