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 aa67427 commit 54cff79Copy full SHA for 54cff79
Python/ceval_macros.h
@@ -361,7 +361,7 @@ GETITEM(PyObject *v, Py_ssize_t i) {
361
if ((COND)) { \
362
/* This is only a single jump on release builds! */ \
363
UPDATE_MISS_STATS((INSTNAME)); \
364
- /* assert(_PyOpcode_Deopt[opcode] == (INSTNAME)); */ \
+ assert(_PyOpcode_Deopt[opcode] == (INSTNAME)); \
365
GO_TO_INSTRUCTION(INSTNAME); \
366
}
367
0 commit comments