Hi, Yury Selivanov just committed a revised version of a patch I wrote for CPython's inspect module last year. It now accepts Cython's function type as Python function, based on the function-like attributes that it exports.
http://hg.python.org/cpython/rev/32a660a52aae That means that things like inspect.signature(cyfunction) will also work now, and finally have a reason to be further improved, including parameter introspection, annotations, etc. :) Stefan _______________________________________________ cython-devel mailing list cython-devel@python.org https://mail.python.org/mailman/listinfo/cython-devel