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 Guido.van.Rossum, Mark.Shannon, christian.heimes, corona10, erlendaasland, gvanrossum, pablogsal, serhiy.storchaka, shihai1991, shreyanavigyan, vstinner
Date 2021-04-30.14:19:17
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1619792358.02.0.899307667353.issue43908@roundup.psfhosted.org>
In-reply-to
Content
Currently, 4 types are declared with Py_TPFLAGS_IMMUTABLETYPE explicitly:

* array.array
* re.Pattern
* re.Match
* _sre.SRE_Scanner
History
Date User Action Args
2021-04-30 14:19:18vstinnersetrecipients: + vstinner, gvanrossum, christian.heimes, Mark.Shannon, serhiy.storchaka, Guido.van.Rossum, corona10, pablogsal, shihai1991, erlendaasland, shreyanavigyan
2021-04-30 14:19:18vstinnersetmessageid: <1619792358.02.0.899307667353.issue43908@roundup.psfhosted.org>
2021-04-30 14:19:18vstinnerlinkissue43908 messages
2021-04-30 14:19:18vstinnercreate