We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1be3260 commit 7f9c084Copy full SHA for 7f9c084
Doc/whatsnew/3.11.rst
@@ -1017,8 +1017,8 @@ Porting to Python 3.11
1017
instead.
1018
1019
Debuggers that accessed the ``f_locals`` directly *must* call
1020
- `:c:func:`PyFrame_GetLocals` instead. They no longer need to call
1021
- `: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`,
1022
in fact they should not call those functions. The necessary updating of the
1023
frame is now managed by the virtual machine.
1024
0 commit comments