We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 722cc36 commit c02ff3aCopy full SHA for c02ff3a
1 file changed
Python/ceval_macros.h
@@ -76,7 +76,7 @@
76
#if Py_TAIL_CALL_INTERP
77
# ifdef _MSC_VER
78
# define Py_MUSTTAIL [[msvc::musttail]]
79
-# define Py_PRESERVE_NONE_CC __volatilecall
+# define Py_PRESERVE_NONE_CC __preserve_none
80
# else
81
// Note: [[clang::musttail]] works for GCC 15, but not __attribute__((musttail)) at the moment.
82
# define Py_MUSTTAIL [[clang::musttail]]
0 commit comments