[issue36051] Drop the GIL during large bytes.join operations?

Inada Naoki report at bugs.python.org
Mon Dec 30 23:42:58 EST 2019


Inada Naoki <songofacandy at gmail.com> added the comment:

> 2. If the thread tries to change the size of the bytearrays during the join (ba1 += b'123'), it'll die with a BufferError that wasn't previously possible

Makes sense.  We shouldn't drop GIL while having buffer of arbitrary objects.

----------

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


More information about the Python-bugs-list mailing list