gh-148483: Use Py_GCC_ATTRIBUTE(unused) for stop_tracing label (GH-148481)

This commit is contained in:
Charlie Lin 2026-04-13 09:05:34 -04:00 committed by GitHub
parent 5e74d920c8
commit 10d275fdf8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 12 additions and 0 deletions

View file

@ -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