mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue