You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Mentioned in #5742 (comment), Meta.is_same_object obj1 obj2 should imply obj1 == obj2. So far, the reason why it is not checked as the first step is because of performance - explained in #5709 (comment).
Mentioned in #5742 (comment),
Meta.is_same_object obj1 obj2
should implyobj1 == obj2
. So far, the reason why it is not checked as the first step is because of performance - explained in #5709 (comment).When applying this patch:
Day_Of_Week.Monday < Day_Of_Week.Friday
will cause StackOverflow because of that.The text was updated successfully, but these errors were encountered: