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
PEP 525 states "Raise a RuntimeError, when an asynchronous generator executes a yield expression in its finally block"
That doesn't actually seem to be the case. I am primarily looking for some clarification on what the actual expectation is.
The text was updated successfully, but these errors were encountered:
Documentation
PEP 525 states "Raise a RuntimeError, when an asynchronous generator executes a yield expression in its finally block"
That doesn't actually seem to be the case. I am primarily looking for some clarification on what the actual expectation is.
The text was updated successfully, but these errors were encountered: