[issue23376] getargs.c: redundant C-contiguity check

STINNER Victor report at bugs.python.org
Mon Feb 2 22:45:00 CET 2015


STINNER Victor added the comment:

> Victor, I think you added the contiguity test in 9d49b744078c. Do you
remember why?

I don't understand the change like that. The call to PyBuffer_IsContiguous(view, 'C') was older than this changeset.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue23376>
_______________________________________


More information about the Python-bugs-list mailing list