-
-
Notifications
You must be signed in to change notification settings - Fork 34.3k
Move interned dictionary to global runtime state #96075
Copy link
Copy link
Closed
Labels
Description
As part of the subinterpreter efforts, all the runtime state which is global should be under single global variable rather than static variables in random C source files. Since interned dict must be global and not per-interpreter it should be moved to _PyRuntime. We would likely add a lock around accessing and make it immortal for interpreter GIL but that's for a different PR.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Projects
Status
Done