Skip to content

Missing support for Python special methods for rich comparison #690

@robertwb

Description

@robertwb

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.

Migrated from http://trac.cython.org/ticket/130

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions