Message 359097 - Python tracker

Message359097

Author methane
Recipients BTaskaya, bmerry, josh.r, methane, pitrou, remi.lapeyre, serhiy.storchaka, vstinner
Date 2019-12-31.04:42:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1577767378.08.0.809693730747.issue36051@roundup.psfhosted.org>
In-reply-to
Content
> 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.
History
Date User Action Args
2019-12-31 04:42:58methanesetrecipients: + methane, pitrou, vstinner, serhiy.storchaka, josh.r, remi.lapeyre, BTaskaya, bmerry
2019-12-31 04:42:58methanesetmessageid: <1577767378.08.0.809693730747.issue36051@roundup.psfhosted.org>
2019-12-31 04:42:58methanelinkissue36051 messages
2019-12-31 04:42:57methanecreate