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 serhiy.storchaka
Recipients petdance, serhiy.storchaka
Date 2020-02-11.10:10:27
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1581415827.08.0.970988573345.issue39591@roundup.psfhosted.org>
In-reply-to
Content
Even if the object is not modified currently in common case, it does not guarantee that it cannot be modified in uncommon cases, or that it cannot be modified in future after introducing changes in different files.

For example, if names was created by the legacy C API like PyUnicode_FromUnicode(), it will be modified by calling PyUnicode_READY().
History
Date User Action Args
2020-02-11 10:10:27serhiy.storchakasetrecipients: + serhiy.storchaka, petdance
2020-02-11 10:10:27serhiy.storchakasetmessageid: <1581415827.08.0.970988573345.issue39591@roundup.psfhosted.org>
2020-02-11 10:10:27serhiy.storchakalinkissue39591 messages
2020-02-11 10:10:27serhiy.storchakacreate