Michael Enßlin schrieb am 04.07.2015 um 13:18:
> Drawback 1) could be solved by declaring the operator as
>
> cdef inline operator []()
>
> instead of
>
> cdef inline __getitem__()
But that would even shadow the operator entirely. The __getitem__ method is
meant to provide a Python/Cyth
Drawback 1) could be solved by declaring the operator as
cdef inline operator []()
instead of
cdef inline __getitem__()
signature.asc
Description: OpenPGP digital signature
___
cython-devel mailing list
cython-devel@python.org
https://mail.p