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
Surprised I never ran into this running the test locally. Should be fixable by making the test use a one-element set; I'll do this soon unless somebody else gets to it first.
akshat62
added a commit
to akshat62/cpython
that referenced
this issue
May 8, 2025
…GH-133702) (#133754)
gh-133682: Fix inconsistent set ordering in annotationlib test (GH-133702)
(cherry picked from commit a2a0fa9)
Co-authored-by: Akshat Gupta <akshat.gupta24@gmail.com>
Uh oh!
There was an error while loading. Please reload this page.
Bug report
Bug description:
We've hit a failure during Python's 3.14.0b1 build - test apparently checks for an exact order of elements in a set which will sometimes fail:
CPython versions tested on:
3.14
Operating systems tested on:
Linux
Linked PRs
The text was updated successfully, but these errors were encountered: