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 bmerry, malin, methane, tzickel
Date 2020-03-19.06:04:29
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1584597870.65.0.185410644356.issue39974@roundup.psfhosted.org>
In-reply-to
Content
+tzickel I'd suggest reading the discussion in issue 36051, and maybe raising a new issue about it if you still have concerns. In short, dropping the GIL in more bytes.join cases wouldn't necessarily be wrong, but it might break code that made the assumption that bytes.join is atomic even though that's never been claimed.
History
Date User Action Args
2020-03-19 06:04:30bmerrysetrecipients: + bmerry, methane, malin, tzickel
2020-03-19 06:04:30bmerrysetmessageid: <1584597870.65.0.185410644356.issue39974@roundup.psfhosted.org>
2020-03-19 06:04:30bmerrylinkissue39974 messages
2020-03-19 06:04:30bmerrycreate