PEW's Corner <pewscor...@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 <rep...@bugs.python.org>
<https://bugs.python.org/issue41097>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to