Skip to content

Commit c02ff3a

Browse files
committed
__volatilecall -> __preserve_none
1 parent 722cc36 commit c02ff3a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Python/ceval_macros.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
#if Py_TAIL_CALL_INTERP
7777
# ifdef _MSC_VER
7878
# define Py_MUSTTAIL [[msvc::musttail]]
79-
# define Py_PRESERVE_NONE_CC __volatilecall
79+
# define Py_PRESERVE_NONE_CC __preserve_none
8080
# else
8181
// Note: [[clang::musttail]] works for GCC 15, but not __attribute__((musttail)) at the moment.
8282
# define Py_MUSTTAIL [[clang::musttail]]

0 commit comments

Comments
 (0)