diff options
Diffstat (limited to 'Python/ceval_gil.h')
-rw-r--r-- | Python/ceval_gil.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Python/ceval_gil.h b/Python/ceval_gil.h index f8b06ac68c..3e9f405f62 100644 --- a/Python/ceval_gil.h +++ b/Python/ceval_gil.h @@ -286,7 +286,7 @@ _ready: /* Don't access tstate if the thread must exit */ if (!must_exit && tstate->async_exc != NULL) { - _PyEval_SignalAsyncExc(ceval); + _PyEval_SignalAsyncExc(tstate); } MUTEX_UNLOCK(gil->mutex); |