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
Switched the order of equality checks in argument value comparison so…
… that __eq__ gets triggered correctly. More specifically this fixes an edge case described in Issue 9. Patch by Michael Williamson.