Stefan Behnel, 30.10.2010 21:16:
> can now write something like this for a type that you only use internally
> in your module:
>
>      @cython.final
>      @cython.internal
>      cdef class _MyInternalType:
>         ...

One problem I spotted was the auto test dict (again). It takes the classes 
from the module dict if they have a docstring, which now fails for internal 
types (it would also fail for 'del'-ed types, BTW). I always wondered why 
it used the module dict anyway - I guess it's just simplicity. Any reason 
not to rewrite that?

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

Reply via email to