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 tzickel
Recipients bmerry, methane, tzickel
Date 2020-03-16.07:17:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1584343053.87.0.253397953794.issue39974@roundup.psfhosted.org>
In-reply-to
Content
Also, in line:

https://github.com/python/cpython/blob/d07d9f4c43bc85a77021bcc7d77643f8ebb605cf/Objects/stringlib/join.h#L85

perhaps add an if to check if the backing object is really mutable ? (Py_buffer.readonly)
History
Date User Action Args
2020-03-16 07:17:33tzickelsetrecipients: + tzickel, methane, bmerry
2020-03-16 07:17:33tzickelsetmessageid: <1584343053.87.0.253397953794.issue39974@roundup.psfhosted.org>
2020-03-16 07:17:33tzickellinkissue39974 messages
2020-03-16 07:17:33tzickelcreate