[Pyrex] A couple of questions about pyrex
    Greg Ewing 
    greg.ewing at canterbury.ac.nz
       
    Wed May 13 02:27:10 CEST 2009
    
    
  
Stefan Behnel wrote:
> It also makes it hard to find a syntax to
> define 'private' (module-internal) classes, although there will hopefully
> be such a syntax one day (this has also been discussed many, many times).
One problem with using 'private' for this is that
it wouldn't mean the opposite of 'public' (which
already exists and concerns visibility to other
C code).
-- 
Greg
    
    
More information about the Pyrex
mailing list