Hi,

the last discussion on this dates back to 2008, and I'd like to finally get 
this finished up. What would be a good syntax for extension types that are 
not visible from Python space? I guess a class decorator would make sense, 
so what about

@cython.python_visible(False)
cdef class MyType:
     ...

? Or should we extend the proposed 'cclass' decorator in pure mode?

@cython.cclass(python_visible=False)
class MyType:
     ...

or both?

Stefan
_______________________________________________
Cython-dev mailing list
[email protected]
http://codespeak.net/mailman/listinfo/cython-dev

Reply via email to