Skip to content

Commit 95e9b6f

Browse files
committed
unnecessary ! mark
1 parent d8901b1 commit 95e9b6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Python/ceval_macros.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
#endif
8080

8181
#if _Py_TAIL_CALL_INTERP && (defined(__clang__) || defined(__GNUC__))
82-
# if !_Py__has_attribute(preserve_none) || !!_Py__has_attribute(musttail)
82+
# if !_Py__has_attribute(preserve_none) || !_Py__has_attribute(musttail)
8383
# error "This compiler does not have support for efficient tail calling."
8484
# endif
8585
#endif

0 commit comments

Comments
 (0)