[issue23352] PyBuffer_IsContiguous() sometimes returns wrong result if suboffsets != NULL

Antoine Pitrou report at bugs.python.org
Fri Jan 30 02:39:50 CET 2015


Antoine Pitrou added the comment:

The patch has an obvious syntax error :-)
Other than that, adding a comment would be nice. Bonus points if you can write a test (3.x has infrastructure for that, see Lib/test/test_buffer.py).

----------
nosy: +pitrou, skrah
stage:  -> patch review
versions:  -Python 3.2, Python 3.3, Python 3.6

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


More information about the Python-bugs-list mailing list