-
-
Notifications
You must be signed in to change notification settings - Fork 32k
gh-95173: Add a regression test for sorting tuples containing None #95464
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
gh-95173: Add a regression test for sorting tuples containing None #95464
Conversation
Co-authored-by: Erlend Egeberg Aasland <[email protected]>
It looks like the PR that fixed the linked issue was reverted (#95220) for the 3.11 branch, so I assume this is not going to be backported to 3.11. |
Ok. IIUC, the test should be backported to 3.11. |
Thanks @jacobtylerwalls for the PR, and @erlend-aasland for merging it 🌮🎉.. I'm working now to backport this PR to: 3.11. |
…one (pythonGH-95464) (cherry picked from commit c0cd790) Co-authored-by: Jacob Walls <[email protected]>
GH-95537 is a backport of this pull request to the 3.11 branch. |
Thanks for the PR, Jacob! |
|
…H-95464) (cherry picked from commit c0cd790) Co-authored-by: Jacob Walls <[email protected]>
This PR adds the test case from #95173 to
test_sort.py
.None
raisesTypeError
in 3.11 #95173