first. I haven't understood
it until I returned to the page after some research elsewhere.
Attach please find proposed one-line patch to the docs, against current master.
(Sorry, I cannot easily create PR at the moment.)
With kind reagrds,
Stepan Kasal
>From b625dc61a5c1af71295240743e4
Hello,
On Mon, Nov 09, 2015 at 09:44:15PM -0800, Robert Bradshaw wrote:
> I heartily agree that using unsigned types is the source of much
> surprising pain, we shouldn't be recommending it:
great, thanks a lot for updating the dev doc instantly.
> There's two directives: wraparound and boundsch
perhaps be one small improvent in cython itself: with
boundscheck
off, the index might be cast to unsigned before it is used: this way we
probably
crash on negative values, instead of silently accessing the negative offset of
the array data.)
Thank you for nice piece of software,
Stepan Kasal