You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#if_Py_TAIL_CALL_INTERP&& (defined(__clang__) || defined(__GNUC__))
# if !_Py__has_attribute(preserve_none) || !!_Py__has_attribute(musttail)
# error "This compiler does not have support for efficient tail calling."
# endif#endif
Bug report
Bug description:
The code should look something like this:
CPython versions tested on:
CPython main branch, 3.15, 3.14
Operating systems tested on:
No response
Linked PRs
_Py_TAIL_CALL_INTERPis set butpreserve_noneandmusttaildo not exist. #140548