Skip to content

Commit 5f2f85e

Browse files
committed
fixup! Init the arena after initializing the trampoline
1 parent 5eb7514 commit 5f2f85e

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Python/perf_trampoline.c

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -494,9 +494,6 @@ _PyPerfTrampoline_Init(int activate)
494494
}
495495
else {
496496
_PyInterpreterState_SetEvalFrameFunc(tstate->interp, py_trampoline_evaluator);
497-
if (new_code_arena() < 0) {
498-
return -1;
499-
}
500497
extra_code_index = _PyEval_RequestCodeExtraIndex(NULL);
501498
if (extra_code_index == -1) {
502499
return -1;

0 commit comments

Comments
 (0)