We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8451d0 commit 0b6ed2dCopy full SHA for 0b6ed2d
Python/optimizer.c
@@ -190,7 +190,8 @@ _PyOptimizer_Optimize(
190
_PyExitData *exit = _tstate->jit_tracer_state.initial_state.exit;
191
if (exit != NULL) {
192
exit->executor = executor;
193
- } else {
+ }
194
+ else {
195
// An executor inserted into the code object now has a strong reference
196
// to it from the code object. Thus, we don't need this reference anymore.
197
Py_DECREF(executor);
0 commit comments