-
-
Notifications
You must be signed in to change notification settings - Fork 31.8k
gh-128307: support eager_start kwarg in create_eager_task_factory #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
base: main
Are you sure you want to change the base?
Conversation
graingert
commented
Dec 28, 2024
•
edited by bedevere-app
bot
Loading
edited by bedevere-app
bot
- Issue: add eager_start parameter to loop.create_task #128307
c809133
to
2f101b3
Compare
Misc/NEWS.d/next/Library/2024-12-28-11-01-36.gh-issue-128307.BRCYTA.rst
Outdated
Show resolved
Hide resolved
|
yup, it's in I just forgot to add it to the news |
Misc/NEWS.d/next/Library/2024-12-28-11-01-36.gh-issue-128307.BRCYTA.rst
Outdated
Show resolved
Hide resolved
Misc/NEWS.d/next/Library/2024-12-28-11-01-36.gh-issue-128307.BRCYTA.rst
Outdated
Show resolved
Hide resolved
Misc/NEWS.d/next/Library/2024-12-28-11-01-36.gh-issue-128307.BRCYTA.rst
Outdated
Show resolved
Hide resolved
0699ae2
to
7bce401
Compare
Misc/NEWS.d/next/Library/2024-12-28-11-01-36.gh-issue-128307.BRCYTA.rst
Outdated
Show resolved
Hide resolved
Misc/NEWS.d/next/Library/2024-12-28-11-01-36.gh-issue-128307.BRCYTA.rst
Outdated
Show resolved
Hide resolved
CI failing due to #131709 |
This is currently causing issues with mypy on 3.13.3 and 3.14 because eager_task_factory doesn't support the required **kwargs of create_task: python/typeshed#13687 |
@asvetlov Hi, the 3.14 beta feature freeze is in two weeks, do you think you can review/merge this before then? |