mirror of
https://github.com/python/cpython.git
synced 2025-08-31 14:07:50 +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 *consts;
|
||||
|
||||
#ifdef LLTRACE
|
||||
_Py_IDENTIFIER(__ltrace__);
|
||||
#endif
|
||||
|
||||
/* Computed GOTOs, or
|
||||
the-optimization-commonly-but-improperly-known-as-"threaded code"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue