8000 gh-128307: support eager_start kwarg in create_eager_task_factory, and pass kwargs from asyncio.create_task and TaskGroup.create_task by graingert · Pull Request #128306 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

gh-128307: support eager_start kwarg in create_eager_task_factory, and pass kwargs from asyncio.create_task and TaskGroup.create_task #128306

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 26 commits into from
May 5, 2025
Merged
Changes from 1 commit
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
23d2c42
support eager_start kwarg in create_eager_task_factory
graingert Dec 28, 2024
da5cab3
📜🤖 Added by blurb_it.
blurb-it[bot] Dec 28, 2024
7bce401
Update Misc/NEWS.d/next/Library/2024-12-28-11-01-36.gh-issue-128307.B…
graingert Dec 28, 2024
8ad26fc
Update Lib/asyncio/base_events.py
graingert Jan 21, 2025
90f9ef2
Update Lib/asyncio/tasks.py
graingert Jan 21, 2025
1107608
use presense rather than None-ness to determine default eager_start b…
graingert Jan 21, 2025
ec3bd14
Update Doc/library/asyncio-eventloop.rst
graingert Jan 21, 2025
939c3f5
Merge branch 'main' into add-eager-start-to-create-task
graingert Jan 21, 2025
d24d43b
Update Misc/NEWS.d/next/Library/2024-12-28-11-01-36.gh-issue-128307.B…
graingert Jan 21, 2025
d8369c3
Merge branch 'main' into add-eager-start-to-create-task
graingert Jan 26, 2025
4a4ad1b
Apply suggestions from code review
graingert Jan 26, 2025
813398c
Merge branch 'main' into add-eager-start-to-create-task
graingert Mar 25, 2025
dfafc7a
Merge branch 'main' into add-eager-start-to-create-task
graingert Mar 25, 2025
3175aae
use self.current_task
graingert Mar 25, 2025
0598877
Merge branch 'main' into add-eager-start-to-create-task
graingert Apr 10, 2025
3e8e2a8
Merge branch 'main' into add-eager-start-to-create-task
graingert Apr 19, 2025
1c10063
Merge branch 'main' into add-eager-start-to-create-task
graingert Apr 22, 2025
5288bf2
Merge branch 'main' into add-eager-start-to-create-task
graingert Apr 29, 2025
14e0536
Update Doc/library/asyncio-eventloop.rst
graingert May 4, 2025
73a20a5
Merge branch 'main' into add-eager-start-to-create-task
graingert May 4, 2025
c92e2fa
test eager start with default factory
graingert May 4, 2025
8aab5f1
Merge branch 'main' into add-eager-start-to-create-task
graingert May 5, 2025
a410125
Merge branch 'main' into add-eager-start-to-create-task
graingert May 5, 2025
1a45d43
Change TaskGroup.create_task and tasks.create_task to **kwargs
gvanrossum-ms May 5, 2025
7654a85
Fix bug I introduced in tasks.create_task()
gvanrossum-ms May 5, 2025
74b02d4
Update Lib/asyncio/tasks.py
graingert May 5, 2025
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 add-eager-start-to-create-task
  • Loading branch information
graingert authored Apr 19, 2025
commit 3e8e2a8653cad08db3fd64605e8aa88d0579631f

This merge commit was added into this branch cleanly.

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

0