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
gh-95173: Add a regression test for sorting tuples containing None #95464
Conversation
Co-authored-by: Erlend Egeberg Aasland <erlend.aasland@protonmail.com>
|
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 |
…one (pythonGH-95464) (cherry picked from commit c0cd790) Co-authored-by: Jacob Walls <jacobtylerwalls@gmail.com>
|
GH-95537 is a backport of this pull request to the 3.11 branch. |
|
Thanks for the PR, Jacob! |
|
This PR adds the test case from #95173 to
test_sort.py.NoneraisesTypeErrorin 3.11 #95173