pyql icon indicating copy to clipboard operation
pyql copied to clipboard

Cython version issue

Open RayVR opened this issue 7 years ago • 0 comments

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.

If a later version of cython is not necessary it would be great to implement the __eq__ method through __richcmp__

RayVR avatar Jul 05 '18 16:07 RayVR