Macros | |
#define | _PyObject_GC_TRACK(op) |
#define | _PyObject_GC_UNTRACK(op) |
#define | _PyType_IS_GC(t) |
Functions | |
PyAPI_FUNC (int) _PyType_CheckConsistency(PyTypeObject *type) | |
static void | _PyObject_GC_TRACK_impl (const char *filename, int lineno, PyObject *op) |
static void | _PyObject_GC_UNTRACK_impl (const char *filename, int lineno, PyObject *op) |
static PyObject ** | _PyObject_GET_WEAKREFS_LISTPTR (PyObject *op) |
static int | _PyType_HasFeature (PyTypeObject *type, unsigned long feature) |
static int | _PyObject_IS_GC (PyObject *obj) |
Variables | |
int | check_content |
#define _PyObject_GC_TRACK | ( | op | ) |
#define _PyObject_GC_UNTRACK | ( | op | ) |
#define _PyType_IS_GC | ( | t | ) |
PyAPI_FUNC | ( | int | ) |
|
static |
int check_content |