8000 Remove superfluous INCREF -- hope it fixes the refleaks · python/cpython@6606c5d · GitHub
[go: up one dir, main page]

Skip to content

Commit 6606c5d

Browse files
committed
Remove superfluous INCREF -- hope it fixes the refleaks
1 parent 39bc8fe commit 6606c5d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Python/optimizer.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -452,7 +452,6 @@ uop_optimize(
452452
return -1;
453453
}
454454
executor->base.execute = _PyUopExecute;
455-
Py_INCREF(self);
456455
memcpy(executor->trace, trace, trace_length * sizeof(_PyUOpInstruction));
457456
*exec_ptr = (_PyExecutorObject *)executor;
458457
return 1;

0 commit comments

Comments
 (0)
0