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
In pure Python mode, the __richcmp__() special method is not available for cdef classes, only __eq__() and friends can be used. These must be aggregated into __richcmp__() somehow.