Skip to content

Commit b4dc9dc

Browse files
Eclips4picnixz
andauthored
Update Python/sysmodule.c
Co-authored-by: Bénédikt Tran <[email protected]>
1 parent b6c097b commit b4dc9dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Python/sysmodule.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2266,7 +2266,7 @@ sys_activate_stack_trampoline_impl(PyObject *module, const char *backend)
22662266
#ifdef PY_HAVE_PERF_TRAMPOLINE
22672267
#if defined(_Py_TIER2) && (_Py_TIER2 % 2 != 0)
22682268
if (_PySys_JITEnabled()) {
2269-
_PyOptimizerObject* optimizer = _Py_GetOptimizer();
2269+
_PyOptimizerObject *optimizer = _Py_GetOptimizer();
22702270
if (optimizer != NULL) {
22712271
Py_DECREF(optimizer);
22722272
PyErr_SetString(PyExc_ValueError, "Cannot activate the perf trampoline if the JIT is active");

0 commit comments

Comments
 (0)