mirror of
https://github.com/python/cpython.git
synced 2025-10-19 16:03:42 +00:00
gh-135755: Make Py_TAIL_CALL_INTERP macro private (#138981)
Rename Py_TAIL_CALL_INTERP to _Py_TAIL_CALL_INTERP.
This commit is contained in:
parent
2191497933
commit
6504f20cce
12 changed files with 315 additions and 315 deletions
|
@ -78,7 +78,7 @@
|
|||
# define TAIL_CALL_ARGS frame, stack_pointer, tstate, next_instr, oparg
|
||||
#endif
|
||||
|
||||
#if Py_TAIL_CALL_INTERP
|
||||
#if _Py_TAIL_CALL_INTERP
|
||||
// Note: [[clang::musttail]] works for GCC 15, but not __attribute__((musttail)) at the moment.
|
||||
# define Py_MUSTTAIL [[clang::musttail]]
|
||||
# define Py_PRESERVE_NONE_CC __attribute__((preserve_none))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue