• Home
  • Raw
  • Download

Lines Matching refs:Py_INCREF

48         Py_INCREF(args);  in BaseException_new()
67 Py_INCREF(args); in BaseException_init()
166 Py_INCREF(self); in BaseException_with_traceback()
189 Py_INCREF(self->args); in BaseException_get_args()
214 Py_INCREF(self->traceback); in BaseException_get_tb()
231 Py_INCREF(tb); in BaseException_set_tb()
259 Py_INCREF(arg); in BaseException_set_context()
288 Py_INCREF(arg); in BaseException_set_cause()
520 Py_INCREF(value); in StopIteration_init()
582 Py_INCREF(PyTuple_GET_ITEM(args, 0)); in SystemExit_init()
586 Py_INCREF(args); in SystemExit_init()
665 Py_INCREF(msg); in ImportError_init()
702 Py_INCREF(self->msg); in ImportError_str()
731 Py_INCREF(dict); in ImportError_getstate()
864 Py_INCREF(val); in oserror_parse_args()
900 Py_INCREF(filename); in oserror_init()
904 Py_INCREF(filename2); in oserror_init()
974 Py_INCREF(args); in OSError_new()
1048 Py_INCREF(args); in OSError_init()
1165 Py_INCREF(tmp); in OSError_reduce()
1169 Py_INCREF(tmp); in OSError_reduce()
1172 Py_INCREF(self->filename); in OSError_reduce()
1181 Py_INCREF(Py_None); in OSError_reduce()
1185 Py_INCREF(self->filename2); in OSError_reduce()
1189 Py_INCREF(args); in OSError_reduce()
1358 Py_INCREF(PyTuple_GET_ITEM(args, 0)); in SyntaxError_init()
1374 Py_INCREF(PyTuple_GET_ITEM(info, 0)); in SyntaxError_init()
1377 Py_INCREF(PyTuple_GET_ITEM(info, 1)); in SyntaxError_init()
1380 Py_INCREF(PyTuple_GET_ITEM(info, 2)); in SyntaxError_init()
1383 Py_INCREF(PyTuple_GET_ITEM(info, 3)); in SyntaxError_init()
1460 Py_INCREF(name); in my_basename()
1609 Py_INCREF(attr); in get_string()
1626 Py_INCREF(attr); in get_unicode()
1916 Py_INCREF(err->encoding); in UnicodeEncodeError_init()
1917 Py_INCREF(err->object); in UnicodeEncodeError_init()
1918 Py_INCREF(err->reason); in UnicodeEncodeError_init()
2023 Py_INCREF(ude->encoding); in UnicodeDecodeError_init()
2024 Py_INCREF(ude->object); in UnicodeDecodeError_init()
2025 Py_INCREF(ude->reason); in UnicodeDecodeError_init()
2135 Py_INCREF(self->object); in UnicodeTranslateError_init()
2136 Py_INCREF(self->reason); in UnicodeTranslateError_init()
2527 Py_INCREF(PyExc_ ## TYPE); \ in _PyExc_Init()
2661 Py_INCREF(PyExc_ ## TYPE); \ in _PyBuiltins_AddExceptions()