Home | History | Annotate | Download | only in Python

Lines Matching refs:PyDict_SetItem

84     if (PyDict_SetItem(st->st_blocks, ste->ste_id, (PyObject *)ste) < 0)
444 if (PyDict_SetItem((DICT), (NAME), o) < 0) { \
569 if (PyDict_SetItem(scopes, name, v_cell) < 0)
618 if (PyDict_SetItem(symbols, name, v_new) < 0) {
650 if (PyDict_SetItem(symbols, name, v_new) < 0) {
666 if (PyDict_SetItem(symbols, name, v_free) < 0) {
1005 PyDict_SetItem(dict, mangled, o) < 0) {
1024 if (PyDict_SetItem(st->st_global, mangled, o) < 0) {