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, miss-islington, pablogsal, serhiy.storchaka, shihai1991, shreyanavigyan, vstinner
Date 2021-05-25.10:24:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1621938258.74.0.772914023408.issue43908@roundup.psfhosted.org>
In-reply-to
Content
Guido: "I don’t think we’re waiting for more crazy hacks."

Right now, _ast.AST is still mutable:

$ ./python
Python 3.11.0a0 (heads/subtype_dealloc-dirty:efd45ad788, May 21 2021
>>> import _ast
>>> _ast.AST.x=1
>>> _ast.AST.x
1
History
Date User Action Args
2021-05-25 10:24:18vstinnersetrecipients: + vstinner, gvanrossum, christian.heimes, Mark.Shannon, serhiy.storchaka, Guido.van.Rossum, corona10, pablogsal, miss-islington, shihai1991, erlendaasland, shreyanavigyan
2021-05-25 10:24:18vstinnersetmessageid: <1621938258.74.0.772914023408.issue43908@roundup.psfhosted.org>
2021-05-25 10:24:18vstinnerlinkissue43908 messages
2021-05-25 10:24:18vstinnercreate