-
-
Notifications
You must be signed in to change notification settings - Fork 31.2k
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
Allow overriding future-task compliance check in asyncio #91323
Comments
Now asyncio.Task has a strict hardcoded check for futures processes on task's step. This issue proposes adding
|
Sorry, I don't like the committed change and I think it should be reverted. Futures and Tasks have a documented |
This patch isn't needed to support the aioloop-proxy use case, you can use an interceptor coroutine to pass the check instead: aio-libs/aioloop-proxy@a655652 this way aioloop proxy works with asyncio.Task CTask PyTask and in addition custom set_task_factory Tasks |
… asyncio.Task (pythonGH-32197)" (pythonGH-95442) This reverts commit d4bb38f. (cherry picked from commit 0342c93) Co-authored-by: Łukasz Langa <[email protected]>
Closing as the PR was reverted and it is not needed #91323 (comment). |
Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.
Show more details
GitHub fields:
bugs.python.org fields:
The text was updated successfully, but these errors were encountered: