Simon Jagoe, 08.01.2014 21:17: > I recently posted to the cython-users list about this problem. This > email is to submita potential patch to fix the issue.
Looking at the code in Py3, ISTM that it would be sufficient to do this iff (t->tp_flags & Py_TPFLAGS_IS_ABSTRACT) != 0 which should be rare enough. Obviously requires some user side testing to see if it breaks any other code... Stefan _______________________________________________ cython-devel mailing list cython-devel@python.org https://mail.python.org/mailman/listinfo/cython-devel