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
{{ message }}
This repository was archived by the owner on Feb 13, 2025. It is now read-only.
Commit a96e06d (branch main) / b76d5e9 (branch 3.7) breaks test_pickle.TestAsyncGenPickling. The test fails with RuntimeError: cannot reuse already awaited __anext__()/asend().
The exception is caused by reusing an already awaited anext().