• Home
  • Raw
  • Download

Lines Matching refs:Py_INCREF

53         Py_INCREF(args);  in BaseException_new()
72 Py_INCREF(args); in BaseException_init()
171 Py_INCREF(self); in BaseException_with_traceback()
194 Py_INCREF(self->args); in BaseException_get_args()
219 Py_INCREF(self->traceback); in BaseException_get_tb()
236 Py_INCREF(tb); in BaseException_set_tb()
264 Py_INCREF(arg); in BaseException_set_context()
293 Py_INCREF(arg); in BaseException_set_cause()
523 Py_INCREF(value); in StopIteration_init()
585 Py_INCREF(PyTuple_GET_ITEM(args, 0)); in SystemExit_init()
589 Py_INCREF(args); in SystemExit_init()
668 Py_INCREF(msg); in ImportError_init()
705 Py_INCREF(self->msg); in ImportError_str()
734 Py_INCREF(dict); in ImportError_getstate()
867 Py_INCREF(val); in oserror_parse_args()
903 Py_INCREF(filename); in oserror_init()
907 Py_INCREF(filename2); in oserror_init()
977 Py_INCREF(args); in OSError_new()
1052 Py_INCREF(args); in OSError_init()
1169 Py_INCREF(tmp); in OSError_reduce()
1173 Py_INCREF(tmp); in OSError_reduce()
1176 Py_INCREF(self->filename); in OSError_reduce()
1185 Py_INCREF(Py_None); in OSError_reduce()
1189 Py_INCREF(self->filename2); in OSError_reduce()
1193 Py_INCREF(args); in OSError_reduce()
1488 Py_INCREF(PyTuple_GET_ITEM(args, 0)); in SyntaxError_init()
1508 Py_INCREF(self->filename); in SyntaxError_init()
1509 Py_INCREF(self->lineno); in SyntaxError_init()
1510 Py_INCREF(self->offset); in SyntaxError_init()
1511 Py_INCREF(self->text); in SyntaxError_init()
1585 Py_INCREF(name); in my_basename()
1738 Py_INCREF(attr); in get_string()
1755 Py_INCREF(attr); in get_unicode()
2045 Py_INCREF(err->encoding); in UnicodeEncodeError_init()
2046 Py_INCREF(err->object); in UnicodeEncodeError_init()
2047 Py_INCREF(err->reason); in UnicodeEncodeError_init()
2152 Py_INCREF(ude->encoding); in UnicodeDecodeError_init()
2153 Py_INCREF(ude->object); in UnicodeDecodeError_init()
2154 Py_INCREF(ude->reason); in UnicodeDecodeError_init()
2264 Py_INCREF(self->object); in UnicodeTranslateError_init()
2265 Py_INCREF(self->reason); in UnicodeTranslateError_init()
2673 Py_INCREF(PyExc_ ## TYPE); \ in _PyExc_Init()
2807 Py_INCREF(PyExc_ ## TYPE); \ in _PyBuiltins_AddExceptions()