-
-
Notifications
You must be signed in to change notification settings - Fork 29.9k
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
Removal of @asyncio.coroutine in Python 3.11 #87382
Comments
It looks like @asyncio.coroutine was scheduled to be removed in Python 3.10. Is it still relevant? https://bugs.python.org/issue36921 |
I suggest to wait for Python 3.11 to remove it. See the thread on python-dev: |
Can this be closed now? |
Closed. |
The asyncio.coroutine doesn't exist in Python 3.11 and future versions: python/cpython#87382 See h2non#84
* Remove asyncio.coroutine usage The asyncio.coroutine doesn't exist in Python 3.11 and future versions: python/cpython#87382 See #84 * Add python 3.11 to tests * lint: fix lint issue mock_test.py
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: