-
Notifications
You must be signed in to change notification settings - Fork 1.3k
None.__ne__(None) should be NotImplemented #5124
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
None.__ne__(None) should be NotImplemented #5124
Conversation
4b667ee
to
ad59192
Compare
fe2ae32
to
6b4e7c4
Compare
This comment was marked as spam.
This comment was marked as spam.
2be96c1
to
5c7d042
Compare
@youknowone this is ready now, but I'm not sure why tests failed on wasm-wasi. |
5c7d042
to
d5cbf76
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for contributing! It looks almost perfect. I left a few nitpicks.
Done - thanks @youknowone! |
Could you also check clippy errors? To check it, see the 'Details' of ubuntu-latest build. I am really sorry for late response during you are writing this patch. And thank you so much for contributing. |
1ead4c5
to
63026c3
Compare
Weird, now it's failing on a manual hash implementation? I've rebased against |
That's due to recent Rust version upgrade. I fixed it on main branch. rebasing on main again will fix it. |
Co-authored-by: Jeong, YunWon <69878+youknowone@users.noreply.github.com>
63026c3
to
0ac64e1
Compare
Sorry, must've missed your comment - rebased |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, thank you for contributing!
This was changed in Python 3.12. Closes #5103