FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Upstream fix for bpo-39606 breaks Stackless test case test_pickle.TestAsyncGenAThrowPickling · Issue #302 · stackless-dev/stackless · GitHub

This repository was archived by the owner on Feb 13, 2025. It is now read-only.
/ stackless Public archive
forked from python/cpython
This repository was archived by the owner on Feb 13, 2025. It is now read-only.

Upstream fix for bpo-39606 breaks Stackless test case test_pickle.TestAsyncGenAThrowPickling #302

Description

Commit 925dc7f (branch main) / 8dbdf5f (branch 3.8) breaks test_pickle.TestAsyncGenAThrowPickling. The test fails with
AssertionError: Tuples differ: ((ZeroDivisionError('bla bla'),), 2, True) != ((ZeroDivisionError('bla bla'),), 1, True).
The difference is the direct effect of the upstream change.

The fix is trivial.

For now I can apply the fix to branch 3.8-slp. To apply it to branch main-slp, upstream commit 925dc7f needs to be merged first.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions


Back | FazBrowse Home | New Git URL