robertwb / issues-import-test

0 stars 0 forks source link

binding directive undocumented #99

Open robertwb opened 7 years ago

robertwb commented 7 years ago

Reported by bdarnell on 15 Sep 2015 00:21 UTC 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