read eval_breaker with atomic api with computed gotos
This commit is contained in:
parent
f9c8d2da02
commit
70cce42f15
|
@ -868,7 +868,7 @@ PyEval_EvalFrameEx(PyFrameObject *f, int throwflag)
|
|||
|
||||
#define DISPATCH() \
|
||||
{ \
|
||||
if (!eval_breaker) { \
|
||||
if (!_Py_atomic_load_relaxed(&eval_breaker)) { \
|
||||
FAST_DISPATCH(); \
|
||||
} \
|
||||
continue; \
|
||||
|
|
Loading…
Reference in New Issue