mirror of
https://github.com/python/cpython.git
synced 2025-07-29 06:05:00 +00:00
Fix typo.
This commit is contained in:
parent
0116158c7f
commit
2d3953bd78
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue