Skip to content

Commit 1dacf5d

Browse files
committed
fix
1 parent ceab11b commit 1dacf5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Python/specialize.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1717,7 +1717,7 @@ _Py_Specialize_BinarySubscr(
17171717
PyObject *container = PyStackRef_AsPyObjectBorrow(container_st);
17181718
PyObject *sub = PyStackRef_AsPyObjectBorrow(sub_st);
17191719

1720-
assert(ENABLE_SPECIALIZATION);
1720+
assert(ENABLE_SPECIALIZATION_FT);
17211721
assert(_PyOpcode_Caches[BINARY_SUBSCR] ==
17221722
INLINE_CACHE_ENTRIES_BINARY_SUBSCR);
17231723
PyTypeObject *container_type = Py_TYPE(container);

0 commit comments

Comments
 (0)