[issue27195] Crash when RawIOBase.write(b) evaluates b.format

Stefan Krah report at bugs.python.org
Thu Aug 23 17:01:07 EDT 2018


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

PyBUF_RECORDS pulls in PyBUF_STRIDES, which should IMO not be done in a stable release.

Maybe (PyBUF_CONTIG_RO|PyBUF_FORMAT), but I'm uneasy even about that. The potential for breakage is huge.

----------

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


More information about the Python-bugs-list mailing list