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, serhiy.storchaka, shihai1991, vstinner
Date 2021-04-22.13:01:03
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1619096463.37.0.146710683585.issue43908@roundup.psfhosted.org>
In-reply-to
Content
Maybe name it Py_TPFLAGS_IMMUTABLETYPE? Just IMMUTABLE can mean that instances of the type are immutable, but we want to make a type itself immutable.
History
Date User Action Args
2021-04-22 13:01:03serhiy.storchakasetrecipients: + serhiy.storchaka, gvanrossum, vstinner, Mark.Shannon, corona10, shihai1991, erlendaasland
2021-04-22 13:01:03serhiy.storchakasetmessageid: <1619096463.37.0.146710683585.issue43908@roundup.psfhosted.org>
2021-04-22 13:01:03serhiy.storchakalinkissue43908 messages
2021-04-22 13:01:03serhiy.storchakacreate