PEP 558: Use correct function name
This commit is contained in:
parent
5bf527ba1a
commit
4d9406ca17
|
@ -219,7 +219,7 @@ The current cause of CPython's tracing mode quirks (both the side effects from
|
|||
simply installing a tracing function and the fact that writing values back to
|
||||
function locals only works for the specific function being traced) is the way
|
||||
that locals mutation support for trace hooks is currently implemented: the
|
||||
``PyFrame_FastToLocals`` function.
|
||||
``PyFrame_LocalsToFast`` function.
|
||||
|
||||
When a trace function is installed, CPython currently does the following for
|
||||
function frames (those where the code object uses "fast locals" semantics):
|
||||
|
|
Loading…
Reference in New Issue