Home | History | Annotate | Download | only in Python

Lines Matching refs:PyDict_SetItem

75     if (PyDict_SetItem(st->st_symbols, ste->ste_id, (PyObject *)ste) < 0)
358 if (PyDict_SetItem((DICT), (NAME), o) < 0) { \
388 if (PyDict_SetItem(global, name, Py_None) < 0)
398 if (PyDict_SetItem(local, name, Py_None) < 0)
414 if (PyDict_SetItem(free, name, Py_None) < 0)
469 if (PyDict_SetItem(scope, name, w) < 0)
546 if (PyDict_SetItem(symbols, name, u) < 0) {
575 if (PyDict_SetItem(symbols, name, o) < 0) {
588 if (PyDict_SetItem(symbols, name, free_value) < 0) {
905 if (PyDict_SetItem(dict, mangled, o) < 0) {
924 if (PyDict_SetItem(st->st_global, mangled, o) < 0) {