Skip to content

Commit 54cff79

Browse files
Leave assert in
1 parent aa67427 commit 54cff79

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
@@ -361,7 +361,7 @@ GETITEM(PyObject *v, Py_ssize_t i) {
361361
if ((COND)) { \
362362
/* This is only a single jump on release builds! */ \
363363
UPDATE_MISS_STATS((INSTNAME)); \
364-
/* assert(_PyOpcode_Deopt[opcode] == (INSTNAME)); */ \
364+
assert(_PyOpcode_Deopt[opcode] == (INSTNAME)); \
365365
GO_TO_INSTRUCTION(INSTNAME); \
366366
}
367367

0 commit comments

Comments
 (0)