Thanks to visit codestin.com Credit goes to github.com
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 13380da commit 982f1b7Copy full SHA for 982f1b7
1 file changed
Python/executor.c
@@ -22,9 +22,6 @@
22
#include "ceval_macros.h"
23
24
25
-#undef ASSERT_KWNAMES_IS_NULL
26
-#define ASSERT_KWNAMES_IS_NULL() (void)0
27
-
28
#undef DEOPT_IF
29
#define DEOPT_IF(COND, INSTNAME) \
30
if ((COND)) { \
0 commit comments