commit | 363af44a4abff02ece61e456d55824f298448992 | [log] [tgz] |
---|---|---|
author | Stefan Krah <skrah@bytereef.org> | Sun Feb 01 14:53:54 2015 +0100 |
committer | Stefan Krah <skrah@bytereef.org> | Sun Feb 01 14:53:54 2015 +0100 |
tree | 1ecc31d3808152ca2f09ded5594cb715dc32a4c2 | |
parent | a5e1dbef146b9d1aece4e3def828d2b216a07e41 [diff] |
Issue #22445: PyBuffer_IsContiguous() now implements precise contiguity tests, compatible with NumPy's NPY_RELAXED_STRIDES_CHECKING compilation flag. Previously the function reported false negatives for corner cases.