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
https://docs.python.org/zh-cn/3.9/library/asyncio-policy.html#asyncio.AbstractEventLoopPolicy
里面有两处 该方法永远返回 None
该方法永远返回 None
但是,原文是 This method should never return None
This method should never return None
The text was updated successfully, but these errors were encountered:
fixed
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
https://docs.python.org/zh-cn/3.9/library/asyncio-policy.html#asyncio.AbstractEventLoopPolicy
里面有两处
该方法永远返回 None但是,原文是
This method should never return NoneThe text was updated successfully, but these errors were encountered: