-
-
Notifications
You must be signed in to change notification settings - Fork 32.1k
8000 bpo-37685: Fixed comparisons of datetime.timedelta and datetime.timezone. #14996
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
bpo-37685: Fixed comparisons of datetime.timedelta and datetime.timezone. #14996
Conversation
…one. There was a discrepancy between the Python and C implementations.
4720287
to
1abb9cf
Compare
Thanks @serhiy-storchaka for the PR 🌮🎉.. I'm working now to backport this PR to: 2.7, 3.7, 3.8. |
…one. (pythonGH-14996) There was a discrepancy between the Python and C implementations. Add singletons ALWAYS_EQ, LARGEST and SMALLEST in test.support to test mixed type comparison. (cherry picked from commit 17e5264) Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
GH-15102 is a backport of this pull request to the 3.8 branch. |
Sorry, @serhiy-storchaka, I could not cleanly backport this to |
Sorry @serhiy-storchaka, I had trouble checking out the |
….timezone. (pythonGH-14996) There was a discrepancy between the Python and C implementations. Add singletons ALWAYS_EQ, LARGEST and SMALLEST in test.support to test mixed type comparison.. (cherry picked from commit 17e5264) Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
GH-15104 is a backport of this pull request to the 3.7 branch. |
…one. (pythonGH-14996) There was a discrepancy between the Python and C implementations. Add singletons ALWAYS_EQ, LARGEST and SMALLEST in test.support to test mixed type comparison.
…one. (pythonGH-14996) There was a discrepancy between the Python and C implementations. Add singletons ALWAYS_EQ, LARGEST and SMALLEST in test.support to test mixed type comparison.
…one. (pythonGH-14996) There was a discrepancy between the Python and C implementations. Add singletons ALWAYS_EQ, LARGEST and SMALLEST in test.support to test mixed type comparis 71BC on.
There was a discrepancy between the Python and C implementations.
This is a part of #14952 which should be backported.
https://bugs.python.org/issue37685