#define OFF(x) offsetof(PyFunctionObject, x)
-#define RR ()
-
static PyMemberDef func_memberlist[] = {
{"func_closure", T_OBJECT, OFF(func_closure),
RESTRICTED|READONLY},
Py_uintptr_t)(w->ob_type)) ? -1 : 1;
}
-#define CHECK_TYPES(o) PyType_HasFeature((o)->ob_type, Py_TPFLAGS_CHECKTYPES)
-
/* Do a 3-way comparison, by hook or by crook. Return:
-2 for an exception (but see below);
-1 if v < w;
return result;
}
-#define SLICE_ERROR_MSG \
- "standard sequence type does not support step size other than one"
-
/* Extract a slice index from a PyInt or PyLong, and store in *pi.
Silently reduce values larger than INT_MAX to INT_MAX, and silently
boost values less than -INT_MAX to 0. Return 0 on error, 1 on success.
#define DUPLICATE_ARGUMENT \
"duplicate argument '%s' in function definition"
-#define ILLEGAL_DYNAMIC_SCOPE \
-"%.100s: exec or 'import *' makes names ambiguous in nested scope"
-
#define GLOBAL_AFTER_ASSIGN \
"name '%.400s' is assigned to before global declaration"
dump(CHILD(n, i), pad + 1, depth);
}
-#define DUMP(N) dump(N, 0, -1)
-
static int
com_init(struct compiling *c, const char *filename)
{