You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
xiangyan99
changed the title
raise ValueError for explicit loop parameter in Python 3.10
raise ValueError for explicit loop parameter in Python 3.10(core)
Jul 15, 2021
The loop parameter has been removed from most of asyncio‘s high-level API following deprecation in Python 3.8.
Raise ValueError to catch it.
The text was updated successfully, but these errors were encountered: