mirror of
https://github.com/python/cpython.git
synced 2026-04-20 02:40:59 +00:00
gh-148483: Use Py_GCC_ATTRIBUTE(unused) for stop_tracing label (GH-148481)
This commit is contained in:
parent
5e74d920c8
commit
10d275fdf8
5 changed files with 12 additions and 0 deletions
3
Python/generated_cases.c.h
generated
3
Python/generated_cases.c.h
generated
|
|
@ -12940,6 +12940,9 @@ JUMP_TO_LABEL(error);
|
|||
DISPATCH();
|
||||
}
|
||||
|
||||
#if _Py_TAIL_CALL_INTERP && !defined(_Py_TIER2)
|
||||
Py_GCC_ATTRIBUTE((unused))
|
||||
#endif
|
||||
LABEL(stop_tracing)
|
||||
{
|
||||
#if _Py_TIER2
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue