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().
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
Activity
Stackless issue #251: Fix test case broken by upstream
akruis commentedon Aug 11, 2021
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