cython/backports_abc

__subclasshook__ doesn't work for objects without __mro___ (i.e. old style classes)

RaiaN opened this issue · 2 comments

RaiaN commented
__subclasshook__ doesn't work for objects without __mro___ (i.e. old style classes)

Resolved with 9429471

I'm running into this error as well. Cython 0.25.2, backports-abc 0.5, python 2.7, OSX 10.11.6. Thanks for the help and let me know if you need any more info.