We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ea4123 commit f7d80b2Copy full SHA for f7d80b2
1 file changed
Python/ceval_macros.h
@@ -74,7 +74,7 @@
74
#define TAIL_CALL_ARGS frame, stack_pointer, tstate, next_instr, oparg
75
76
#if Py_TAIL_CALL_INTERP
77
-# ifdef _MSC_VER
+# if defined(_MSC_VER) && !defined(__clang__)
78
# define Py_MUSTTAIL [[msvc::musttail]]
79
# define Py_PRESERVE_NONE_CC __preserve_none
80
# else
0 commit comments