Nikita Nemkin, 05.05.2013 14:26:
> On Sun, 05 May 2013 17:03:54 +0600, Stefan Behnel wrote:
>
>> Nikita Nemkin, 04.05.2013 19:52:
>>> Two changes included:
>>>
>>> 1) cdef classes in utility code can have compiler directives attached to
>>> them. This is not used anywhere ATM, but memoryviews may
On Sun, 05 May 2013 17:03:54 +0600, Stefan Behnel
wrote:
Nikita Nemkin, 04.05.2013 19:52:
Two changes included:
1) cdef classes in utility code can have compiler directives attached
to them. This is not used anywhere ATM, but memoryviews may benefit
from ``@cython.final``.
2) All util
Nikita Nemkin, 04.05.2013 19:52:
> Two changes included:
>
> 1) cdef classes in utility code can have compiler directives attached to
> them. This is not used anywhere ATM, but memoryviews may benefit from
> ``@cython.final``.
>
> 2) All utility classes are excluded from module dictionary by *i