[Cython] [PATCH] docs: link to specific changelog item

2020-11-20 Thread Stepan Kasal
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

Re: [Cython] bug in doc Tutorials/Working with NumPy

2015-11-10 Thread Stepan Kasal
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

[Cython] bug in doc Tutorials/Working with NumPy

2015-11-07 Thread Stepan Kasal
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