Commit 2d3953bd authored by Georg Brandl's avatar Georg Brandl

Fix typo.

parent 0116158c
......@@ -622,7 +622,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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment