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 2c36f5d commit db8f35cCopy full SHA for db8f35c
Python/ceval_macros.h
@@ -82,7 +82,7 @@
82
# if defined(__clang__) || defined(__GNUC__)
83
# if !_Py__has_attribute(preserve_none) || !_Py__has_attribute(musttail)
84
# error "This compiler does not have support for efficient tail calling."
85
-# endif
+# endif
86
# elif defined(_MSC_VER) && (_MSC_VER < 1950)
87
# error "You need at least VS 2026 / PlatformToolset v145 for tail calling."
88
# endif
0 commit comments