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 2027de6 commit 0383b80Copy full SHA for 0383b80
Python/perf_trampoline.c
@@ -423,13 +423,6 @@ _PyPerfTrampoline_Init(int activate)
423
if (new_code_arena() < 0) {
424
return -1;
425
}
426
- if (trampoline_api.state == NULL && trampoline_api.init_state != NULL) {
427
- void *state = trampoline_api.init_state();
428
- if (state == NULL) {
429
- return -1;
430
- }
431
- trampoline_api.state = state;
432
433
extra_code_index = _PyEval_RequestCodeExtraIndex(NULL);
434
if (extra_code_index == -1) {
435
0 commit comments