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 Mark.Shannon
Recipients Mark.Shannon, corona10, erlendaasland, gvanrossum, shihai1991, vstinner
Date 2021-04-22.08:29:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1619080187.59.0.59096615616.issue43908@roundup.psfhosted.org>
In-reply-to
Content
Adding an extra flag seems like the sensible thing to do for 3.10

Longer term, we should decouple immutability from whether something is a heap type.
I don't know why we would care that it is a heap type at all. Which bit of memory it happens to sit in seems irrelevant to anything but the GC.

Erland, could you turn your patch into PR?
History
Date User Action Args
2021-04-22 08:29:47Mark.Shannonsetrecipients: + Mark.Shannon, gvanrossum, vstinner, corona10, shihai1991, erlendaasland
2021-04-22 08:29:47Mark.Shannonsetmessageid: <1619080187.59.0.59096615616.issue43908@roundup.psfhosted.org>
2021-04-22 08:29:47Mark.Shannonlinkissue43908 messages
2021-04-22 08:29:47Mark.Shannoncreate