Lines Matching defs:dict
1466 PyObject *dict = PyDict_Copy(interp->builtins);
1467 if (dict == NULL) {
1474 Py_XDECREF(dict);
1491 PyObject *dict = PyModule_GetDict(mod);
1492 if (dict == interp->builtins || dict == interp->sysdict) {
1508 // Clear sys dict
1514 // Clear builtins dict
1552 // Clear the modules dict
1555 // Restore the original builtins dict, to ensure that any
1579 // Since dict is ordered in CPython 3.6+, modules are saved in
1585 // Clear sys and builtins modules dict
1588 // Clear module dict copies stored in the interpreter state:
1686 // a dict internally.
2656 // Iterate on the dict instead.