We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6812a5f commit d8901b1Copy full SHA for d8901b1
Python/ceval_macros.h
@@ -83,6 +83,7 @@
83
# error "This compiler does not have support for efficient tail calling."
84
# endif
85
#endif
86
+
87
// Note: [[clang::musttail]] works for GCC 15, but not __attribute__((musttail)) at the moment.
88
# define Py_MUSTTAIL [[clang::musttail]]
89
# define Py_PRESERVE_NONE_CC __attribute__((preserve_none))
0 commit comments