pythonGH-14726) Returns NotImplemented for timedelta and time in __eq__ for different types in Python implementation, which matches the C implementation. This also adds tests to enforce that these objects will fall back to the right hand side's __eq__ and/or __ne__ implementation. bpo-37579 (cherry picked from commit e6b46aa) Co-authored-by: Xtreak <tir.karthi@gmail.com>
|
@tirkarthi and @pganssle: Status check is done, and it's a success ✅ . |
|
@tirkarthi and @pganssle: Status check is done, and it's a success ✅ . |
|
@tirkarthi and @pganssle: Status check is done, and it's a success ✅ . |
Returns NotImplemented for timedelta and time in eq for different types in Python implementation, which matches the C implementation.
This also adds tests to enforce that these objects will fall back to the right hand side's eq and/or ne implementation.
bpo-37579
(cherry picked from commit e6b46aa)
Co-authored-by: Xtreak tir.karthi@gmail.com
https://bugs.python.org/issue37579