Skip to content

Commit

Permalink
Update Python/sysmodule.c
Browse files Browse the repository at this point in the history
  • Loading branch information
pablogsal authored Oct 1, 2024
1 parent aeac29c commit a39a3fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Python/sysmodule.c
Original file line number Diff line number Diff line change
Expand Up @@ -2287,7 +2287,7 @@ sys_activate_stack_trampoline_impl(PyObject *module, const char *backend)
/*[clinic end generated code: output=5783cdeb51874b43 input=a12df928758a82b4]*/
{
#ifdef PY_HAVE_PERF_TRAMPOLINE
#ifdef _Py_TIER2
#ifdef _Py_JIT
_PyOptimizerObject* optimizer = _Py_GetOptimizer();
if (optimizer != NULL) {
PyErr_SetString(PyExc_ValueError, "Cannot activate the perf trampoline if the JIT is active");
Expand Down

0 comments on commit a39a3fe

Please sign in to comment.