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
In Python there are already a few async close methods, like for async generators. It also includes a aclosing context manager to automatically close these objects.
What's needed?
In Python there are already a few
asyncclose methods, like for async generators. It also includes aaclosingcontext manager to automatically close these objects.Proposed solution
See sub-issues.