summaryrefslogtreecommitdiffstats
path: root/Python/brc.c
diff options
context:
space:
mode:
Diffstat (limited to 'Python/brc.c')
-rw-r--r--Python/brc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Python/brc.c b/Python/brc.c
index f1fd57a..b73c721 100644
--- a/Python/brc.c
+++ b/Python/brc.c
@@ -94,7 +94,7 @@ _Py_brc_queue_object(PyObject *ob)
}
// Notify owning thread
- _Py_set_eval_breaker_bit(interp, _PY_EVAL_EXPLICIT_MERGE_BIT, 1);
+ _Py_set_eval_breaker_bit(&tstate->base, _PY_EVAL_EXPLICIT_MERGE_BIT);
PyMutex_Unlock(&bucket->mutex);
}