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.
NDEBUG
1 parent ac3694b commit 038495dCopy full SHA for 038495d
1 file changed
Tools/jit/template.c
@@ -1,8 +1,10 @@
1
2
#include "Python.h"
3
4
+#ifndef NDEBUG
5
#undef assert
6
#define assert(TEST) ((TEST) ? 0 : _Py_jit_assertion_failure(__LINE__))
7
+#endif
8
9
#include "pycore_backoff.h"
10
#include "pycore_call.h"
@@ -40,8 +42,10 @@
40
42
41
43
#include "jit.h"
44
45
46
47
48
49
50
#undef CURRENT_OPERAND0_64
51
#define CURRENT_OPERAND0_64() (_operand0_64)
0 commit comments