-
-
Notifications
You must be signed in to change notification settings - Fork 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
asyncio.coroutine is deprecated in 3.8 #3776
Comments
Actually, 2 places only: Would you make a PR? |
I grepped for 'asyncio.coroutine' in master branch and can see it's usage in many places. Am I missing something here?
|
I looked at |
FTR this fails in our tests in nightly Python env: https://travis-ci.com/aio-libs/aiohttp/jobs/207009011#L494 |
If nobody is working on this, I am willing to do. |
@Hanaasagi sure, go ahead! |
asyncio.coroutine
decorator is deprecated with 3.8 and is used in some of the code. DeprecationWarnings could be fixed.Upstream CPython PR : python/cpython#13346
The text was updated successfully, but these errors were encountered: