Skip to content

Commit 15961e8

Browse files
try removing buggy thing
1 parent 65e1f94 commit 15961e8

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
@@ -525,7 +525,6 @@ _Py_uop_sym_set_func_version(JitOptContext *ctx, JitOptRef ref, uint32_t version
525525
PyObject *val = sym->recorded_value.value;
526526
if (Py_TYPE(val) != &PyFunction_Type ||
527527
((PyFunctionObject *)sym->recorded_value.value)->func_version != version) {
528-
Py_CLEAR(sym->recorded_value.value);
529528
sym_set_bottom(ctx, sym);
530529
return false;
531530
}

0 commit comments

Comments
 (0)