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 a977df1 commit 89b084bCopy full SHA for 89b084b
1 file changed
Python/pystate.c
@@ -1553,7 +1553,7 @@ init_threadstate(_PyThreadStateImpl *_tstate,
1553
init_policy(&_tstate->policy.jit.side_exit_initial_backoff,
1554
"PYTHON_JIT_SIDE_EXIT_INITIAL_BACKOFF",
1555
SIDE_EXIT_INITIAL_BACKOFF, 0, MAX_BACKOFF);
1556
- _PyJit_ResetTracing(tstate);
+ _PyJit_ResetTracing(tstate);
1557
#endif
1558
tstate->delete_later = NULL;
1559
0 commit comments