Py_LOCAL shouldn't be used for data; it works for some .NET 2003 compilers,
but Trent's copy thinks that it's an anachronism...
This commit is contained in:
parent
a0fcf502df
commit
1b94940165
|
@ -105,7 +105,7 @@ Py_LOCAL(PyObject *) load_args(PyObject ***, int);
|
|||
#define CALL_FLAG_KW 2
|
||||
|
||||
#ifdef LLTRACE
|
||||
Py_LOCAL(int) lltrace;
|
||||
static int lltrace;
|
||||
Py_LOCAL(int) prtrace(PyObject *, char *);
|
||||
#endif
|
||||
Py_LOCAL(int) call_trace(Py_tracefunc, PyObject *, PyFrameObject *,
|
||||
|
|
Loading…
Reference in New Issue