-
-
Notifications
You must be signed in to change notification settings - Fork 34.7k
Add support for frozendict as AST Constant #150045
Copy link
Copy link
Open
Labels
interpreter-core(Objects, Python, Grammar, and Parser dirs)(Objects, Python, Grammar, and Parser dirs)pendingThe issue will be closed if no feedback is providedThe issue will be closed if no feedback is providedtype-featureA feature request or enhancementA feature request or enhancement
Metadata
Metadata
Assignees
Labels
interpreter-core(Objects, Python, Grammar, and Parser dirs)(Objects, Python, Grammar, and Parser dirs)pendingThe issue will be closed if no feedback is providedThe issue will be closed if no feedback is providedtype-featureA feature request or enhancementA feature request or enhancement
Currently the AST doesn't allow
frozendictas constants when compiled:This is implemented for
frozensetso it makes sense to do the same for
frozendict.Linked PRs
frozendictsupport to the compiler and AST constants #150050