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 erlendaasland
Recipients erlendaasland, gvanrossum, pitrou, vstinner
Date 2021-04-29.08:27:05
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1619684825.72.0.216977603094.issue43973@roundup.psfhosted.org>
In-reply-to
Content
Use Py_TPFLAGS_IMMUTABLETYPE iso. Py_TPFLAGS_HEAPTYPE in object_set_class().

See also:
- bpo-43908 (particularly msg392286)
- bpo-24912
- https://github.com/python/cpython/blob/e047239eafefe8b19725efffe7756443495cf78b/Objects/typeobject.c#L4620-L4668
History
Date User Action Args
2021-04-29 08:27:05erlendaaslandsetrecipients: + erlendaasland, gvanrossum, pitrou, vstinner
2021-04-29 08:27:05erlendaaslandsetmessageid: <1619684825.72.0.216977603094.issue43973@roundup.psfhosted.org>
2021-04-29 08:27:05erlendaaslandlinkissue43973 messages
2021-04-29 08:27:05erlendaaslandcreate