blob: ee9b0c11024101a0836161d8daa5c5c57c83feaf [file] [log] [blame]
Add a new interpreter-specific dict and expose it in the C-API via
PyInterpreterState_GetDict(). This parallels PyThreadState_GetDict().
However, extension modules should continue using PyModule_GetState() for
their own internal per-interpreter state.