robertwb / issues-import-test

0 stars 0 forks source link

binding directive undocumented #1018

Open robertwb opened 9 years ago

robertwb commented 9 years ago

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).

Migrated from http://trac.cython.org/ticket/866