Re: A couple of questions about pyrex
Franck Pommereau <[email protected]> Wed, 13 May 2009 06:51:08 +0200
| Newsgroups | gmane.comp.python.pyrex |
|---|---|
| Message-ID | <[email protected]> |
> That's true, and cdef defines something invisible > to python except for the 'cdef class' Yes, but that's a side effect. I think that enforcing the associating of cdef with visibility is misleading. If you want private classes, I think its better having a 'private' keyword, just like we already have 'public'. Franck