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 pablogsal
Recipients Guido.van.Rossum, Mark.Shannon, christian.heimes, corona10, erlendaasland, gvanrossum, pablogsal, serhiy.storchaka, shihai1991, shreyanavigyan, vstinner
Date 2021-04-28.19:06:14
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1619636774.75.0.139435021407.issue43908@roundup.psfhosted.org>
In-reply-to
Content
> We don't have immutability tests for static types then why heap types?

Because all static types are immutable, and some have been converted to heap types changing the contract, therefore is a regression and therefore we need regression tests for those.
History
Date User Action Args
2021-04-28 19:06:14pablogsalsetrecipients: + pablogsal, gvanrossum, vstinner, christian.heimes, Mark.Shannon, serhiy.storchaka, Guido.van.Rossum, corona10, shihai1991, erlendaasland, shreyanavigyan
2021-04-28 19:06:14pablogsalsetmessageid: <1619636774.75.0.139435021407.issue43908@roundup.psfhosted.org>
2021-04-28 19:06:14pablogsallinkissue43908 messages
2021-04-28 19:06:14pablogsalcreate