Lines Matching defs:function
337 The function can be used to prevent segmentation fault on dereferencing
627 PyObject_Cmp() are gone, and the builtin cmp function no longer exists.
1092 * Note that the tp_dictoffset docs used to recommend this function,
1249 When suppress=1, this function suppresses AttributeError.
2000 // Best-effort function clearing static types.
2003 // sub-function is interrupted by CTRL+C or fails with MemoryError, some
2166 /* Ignore a missing thread-state, so that this function can be called
2318 const char *file, int line, const char *function)
2321 if (function) {
2322 fprintf(stderr, "%s: ", function);
2393 // gh-89373: The tp_dealloc function must leave the current exception
2405 // A deallocator function must not change the current exception,