The @cython.binding(True) directive does not appear to have any documentation. I recently discovered (via googling for old forum posts) that I needed to use it for compatibility with some introspection code that examines f.func_code.co_varnames. Assuming this is a supported feature, it should be documented (and if it's not it might need an explicit disclaimer somewhere).
The
@cython.binding(True)
directive does not appear to have any documentation. I recently discovered (via googling for old forum posts) that I needed to use it for compatibility with some introspection code that examinesf.func_code.co_varnames
. Assuming this is a supported feature, it should be documented (and if it's not it might need an explicit disclaimer somewhere).Migrated from http://trac.cython.org/ticket/866