Fix typo.

This commit is contained in:
Georg Brandl 2007-12-05 07:02:47 +00:00
parent 0116158c7f
commit 2d3953bd78

View file

@ -622,7 +622,7 @@ PyEval_EvalFrameEx(PyFrameObject *f, int throwflag)
next opcode. next opcode.
A successful prediction saves a trip through the eval-loop including 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 If collecting opcode statistics, turn off prediction so that
statistics are accurately maintained (the predictions bypass statistics are accurately maintained (the predictions bypass