Home | History | Annotate | Download | only in Python

Lines Matching refs:weaklist

403     PyObject *weaklist = NULL;
445 weaklist = PyList_New(0);
446 if (weaklist == NULL)
450 if (weaklist != NULL) { \
454 if (!tup || PyList_Append(weaklist, tup) < 0) { \
542 if (weaklist != NULL) {
544 n = PyList_GET_SIZE(weaklist);
546 PyObject *tup = PyList_GET_ITEM(weaklist, i);
561 Py_DECREF(weaklist);