mirror of
https://github.com/python/cpython.git
synced 2025-12-09 02:35:14 +00:00
Guard an LLTRACE variable to silence an unused variable warning.
This commit is contained in:
parent
2247775bfa
commit
368b4b7405
1 changed files with 2 additions and 0 deletions
|
|
@ -822,7 +822,9 @@ PyEval_EvalFrameEx(PyFrameObject *f, int throwflag)
|
||||||
PyObject *names;
|
PyObject *names;
|
||||||
PyObject *consts;
|
PyObject *consts;
|
||||||
|
|
||||||
|
#ifdef LLTRACE
|
||||||
_Py_IDENTIFIER(__ltrace__);
|
_Py_IDENTIFIER(__ltrace__);
|
||||||
|
#endif
|
||||||
|
|
||||||
/* Computed GOTOs, or
|
/* Computed GOTOs, or
|
||||||
the-optimization-commonly-but-improperly-known-as-"threaded code"
|
the-optimization-commonly-but-improperly-known-as-"threaded code"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue