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 vstinner
Recipients Arfrever, Mark.Shannon, benjamin.peterson, brett.cannon, eltoder, eric.snow, gvanrossum, larry, lemburg, ncoghlan, ned.deily, njs, pitrou, python-dev, rhettinger, serhiy.storchaka, vstinner
Date 2021-04-30.10:43:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1619779437.85.0.55873032179.issue24912@roundup.psfhosted.org>
In-reply-to
Content
Update: a new Py_TPFLAGS_IMMUTABLETYPE flag was added in bpo-43908, and it's now checked rather than relying on Py_TPFLAGS_HEAPTYPE to decide if a type is "mutable" or not.
History
Date User Action Args
2021-04-30 10:43:57vstinnersetrecipients: + vstinner, lemburg, gvanrossum, brett.cannon, rhettinger, ncoghlan, pitrou, larry, benjamin.peterson, ned.deily, Arfrever, njs, Mark.Shannon, python-dev, eltoder, eric.snow, serhiy.storchaka
2021-04-30 10:43:57vstinnersetmessageid: <1619779437.85.0.55873032179.issue24912@roundup.psfhosted.org>
2021-04-30 10:43:57vstinnerlinkissue24912 messages
2021-04-30 10:43:57vstinnercreate