mirror of
https://github.com/python/cpython.git
synced 2026-05-20 19:33:12 -04:00
Fix typo.
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user