From: Mark Wooding Date: Thu, 27 Jul 2017 09:49:59 +0000 (+0100) Subject: ident.pyx, defs.pxi: Use Pyrex `typecheck' for type checking. X-Git-Tag: 1.1.0~9 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/mLib-python/commitdiff_plain/741f7410ed5c67e4a2641925bd22eb71c85a39cf?hp=741f7410ed5c67e4a2641925bd22eb71c85a39cf ident.pyx, defs.pxi: Use Pyrex `typecheck' for type checking. Throw away the previous kludgy hacking with `PyObject_TypeCheck'. ---