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 b0cf32a commit 8ce6535Copy full SHA for 8ce6535
Include/internal/pycore_code.h
@@ -308,7 +308,7 @@ PyAPI_FUNC(PyObject*) _Py_GetSpecializationStats(void);
308
#define EVAL_CALL_STAT_INC_IF_FUNCTION(name, callable) ((void)0)
309
#define GC_STAT_ADD(gen, name, n) ((void)0)
310
#define OPT_STAT_INC(name) ((void)0)
311
-#define UOP_EXE_INC(opname) ((void)0)
+#define UOP_STAT_INC(opname, name) ((void)0)
312
#define OPT_UNSUPPORTED_OPCODE(opname) ((void)0)
313
#define OPT_HIST(length, name) ((void)0)
314
#endif // !Py_STATS
0 commit comments