This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author bmerry
Recipients BTaskaya, bmerry, josh.r, methane, pitrou, remi.lapeyre, serhiy.storchaka, vstinner
Date 2019-12-31.06:02:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1577772173.93.0.88544484093.issue36051@roundup.psfhosted.org>
In-reply-to
Content
If we want to be conservative, we could only drop the GIL if all the buffers pass the PyBytes_CheckExact test. Presumably that won't encounter any of these problems because bytes objects are immutable?
History
Date User Action Args
2019-12-31 06:02:53bmerrysetrecipients: + bmerry, pitrou, vstinner, methane, serhiy.storchaka, josh.r, remi.lapeyre, BTaskaya
2019-12-31 06:02:53bmerrysetmessageid: <1577772173.93.0.88544484093.issue36051@roundup.psfhosted.org>
2019-12-31 06:02:53bmerrylinkissue36051 messages
2019-12-31 06:02:53bmerrycreate