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 Mark.Shannon, corona10, erlendaasland, gvanrossum, pablogsal, serhiy.storchaka, shihai1991, shreyanavigyan, vstinner
Date 2021-04-26.13:44:36
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1619444676.39.0.732195367799.issue43908@roundup.psfhosted.org>
In-reply-to
Content
I think it is safer to merge apply-to-all.diff, and revert the changes for individual types if we have reasons to make them mutable.

Correspondingly, for all converted heap types we should set tp_new = NULL unless they have special tp_new implementation.
History
Date User Action Args
2021-04-26 13:44:36serhiy.storchakasetrecipients: + serhiy.storchaka, gvanrossum, vstinner, Mark.Shannon, corona10, pablogsal, shihai1991, erlendaasland, shreyanavigyan
2021-04-26 13:44:36serhiy.storchakasetmessageid: <1619444676.39.0.732195367799.issue43908@roundup.psfhosted.org>
2021-04-26 13:44:36serhiy.storchakalinkissue43908 messages
2021-04-26 13:44:36serhiy.storchakacreate