[issue33126] Some C buffer protocol APIs not documented

Stefan Krah report at bugs.python.org
Sun Mar 25 14:32:25 EDT 2018


Stefan Krah <stefan at bytereef.org> added the comment:

And if view->len > len in PyBuffer_FromContiguous(), then
view will contain uninitialized bytes, which is bad.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue33126>
_______________________________________


More information about the Python-bugs-list mailing list