Skip to content
This repository was archived by the owner on Feb 13, 2025. It is now read-only.
This repository was archived by the owner on Feb 13, 2025. It is now read-only.

Upstream fix for bpo-39386 breaks Stackless test case test_pickle.TestAsyncGenPickling #251

@akruis

Description

@akruis

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.

Activity

self-assigned this
on May 21, 2021
added a commit that references this issue on May 22, 2021
akruis

akruis commented on Aug 11, 2021

@akruis
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

    Development

    No branches or pull requests

      Participants

      @akruis

      Issue actions

        Upstream fix for bpo-39386 breaks Stackless test case test_pickle.TestAsyncGenPickling · Issue #251 · stackless-dev/stackless