mirror of
https://github.com/python/cpython.git
synced 2026-01-06 15:32:22 +00:00
[doc] fix superfluous backtick in front of role. (GH-32220)
This commit is contained in:
parent
1be3260a90
commit
7f9c084fde
1 changed files with 2 additions and 2 deletions
|
|
@ -1017,8 +1017,8 @@ Porting to Python 3.11
|
|||
instead.
|
||||
|
||||
Debuggers that accessed the ``f_locals`` directly *must* call
|
||||
`:c:func:`PyFrame_GetLocals` instead. They no longer need to call
|
||||
`:c:func:`PyFrame_FastToLocalsWithError` or :c:func:`PyFrame_LocalsToFast`,
|
||||
:c:func:`PyFrame_GetLocals` instead. They no longer need to call
|
||||
:c:func:`PyFrame_FastToLocalsWithError` or :c:func:`PyFrame_LocalsToFast`,
|
||||
in fact they should not call those functions. The necessary updating of the
|
||||
frame is now managed by the virtual machine.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue