8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
It looks like currency.pyx uses __eq__ method, which was introduced in cython 0.27. The docs state the minimum required version for cython is 0.24.1.
__eq__
If a later version of cython is not necessary it would be great to implement the __eq__ method through __richcmp__
__richcmp__