Skip to content

Commit 4116a31

Browse files
Remove PyDict_Type
1 parent 73a8b00 commit 4116a31

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Python/optimizer_symbols.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,6 @@ _Py_uop_sym_is_safe_const(JitOptContext *ctx, JitOptSymbol *sym)
196196
return (typ == &PyLong_Type) ||
197197
(typ == &PyUnicode_Type) ||
198198
(typ == &PyFloat_Type) ||
199-
(typ == &PyDict_Type) ||
200199
(typ == &PyTuple_Type);
201200
}
202201

0 commit comments

Comments
 (0)