--- a/Python/ceval_macros.h	2026-02-04 22:34:03.051266079 +0700
+++ b/Python/ceval_macros.h	2026-02-04 22:34:34.950486180 +0700
@@ -79,11 +79,7 @@
 #endif
 
 #if Py_TAIL_CALL_INTERP
-#   if defined(__clang__) || defined(__GNUC__)
-#       if !_Py__has_attribute(preserve_none) || !_Py__has_attribute(musttail)
-#           error "This compiler does not have support for efficient tail calling."
-#       endif
-#   elif defined(_MSC_VER)
+#   if defined(_MSC_VER)
 #       error "Tail calling not supported for MSVC."
 #   endif
