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
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().
The fix is trivial.
The text was updated successfully, but these errors were encountered:
Fixed in branch 3.7-slp and 3.8-slp. In main-slp the fix can only be applied after merging commit a96e06d from upstream. Then cherry-pick -x commit c3f61b0
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().
The fix is trivial.
The text was updated successfully, but these errors were encountered: