[issue41097] confusing BufferError: Existing exports of data: object cannot be re-sized

PEW's Corner report at bugs.python.org
Wed Jun 24 17:56:22 EDT 2020


PEW's Corner <pewscorner at gmail.com> added the comment:

I'm getting the same error (in 3.8.3) for this code:

o = bytearray(1)
o += o

There's no error if the second line is replaced with:

o += bytearray(1)

Not sure if this is related.

----------
nosy: +pewscorner

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


More information about the Python-bugs-list mailing list