[Numpy-discussion] Relaxed stride checking fixup

Charles R Harris charlesr.harris at gmail.com
Wed Apr 19 14:28:32 EDT 2017


Hi All,

Currently numpy master has a bogus stride that will cause an error when
downstream projects misuse it. That is done in order to help smoke out
errors. Previously that bogus stride has been fixed up for releases, but
that requires a special patch to be applied after each version branch is
made. At this point I'd like to pick one or the other option and make the
development and release branches the same in this regard. The question is:
which option to choose? Keeping the fixup in master will remove some code
and keep things simple, while not fixing up the release will possibly lead
to more folks finding errors. At this point in time I am favoring applying
the fixup in master.

Thoughts?

Chuck
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/numpy-discussion/attachments/20170419/593e2bf6/attachment.html>


More information about the NumPy-Discussion mailing list