diff options
Diffstat (limited to 'Python/ceval.c')
-rw-r--r-- | Python/ceval.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Python/ceval.c b/Python/ceval.c index 813f6f636a..cf2147a31c 100644 --- a/Python/ceval.c +++ b/Python/ceval.c @@ -625,7 +625,7 @@ PyEval_EvalFrameEx(PyFrameObject *f, int throwflag) next opcode. A successful prediction saves a trip through the eval-loop including - its two unpredictable branches, the HASARG test and the switch-case. + its two unpredictable branches, the HAS_ARG test and the switch-case. If collecting opcode statistics, turn off prediction so that statistics are accurately maintained (the predictions bypass |