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 d8901b1 commit 95e9b6fCopy full SHA for 95e9b6f
Python/ceval_macros.h
@@ -79,7 +79,7 @@
79
#endif
80
81
#if _Py_TAIL_CALL_INTERP && (defined(__clang__) || defined(__GNUC__))
82
-# if !_Py__has_attribute(preserve_none) || !!_Py__has_attribute(musttail)
+# if !_Py__has_attribute(preserve_none) || !_Py__has_attribute(musttail)
83
# error "This compiler does not have support for efficient tail calling."
84
# endif
85
0 commit comments