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

STINNER Victor report at bugs.python.org
Mon Feb 2 13:59:37 CET 2015


STINNER Victor added the comment:

> Yes, _testbuffer.ndarray can create any buffer.

Cool. So could you please add non regression tests to test_w_star() of test_getargs2?

Other formats expect a contiguous buffer: 'y*', 's*', 'z*'. 
Formats which "convert" a buffer: 'y', 's#', 'z#.

----------

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


More information about the Python-bugs-list mailing list