We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b15b777 commit bdec56dCopy full SHA for bdec56d
Doc/c-api/frame.rst
@@ -182,7 +182,9 @@ They exist solely for backwards compatibility.
182
Prior to Python 3.13, this function would copy the :attr:`~frame.f_locals`
183
attribute of *f* to the internal "fast" array of local variables, allowing
184
changes in frame objects to be visible to the interpreter. If *clear* was
185
- true, this function would clear exceptions.
+ changes in frame objects to be visible to the interpreter. If *clear* was
186
+ true, this function would process variables that were unset in the locals
187
+ dictionary.
188
189
.. versionchanged:: 3.13
190
This function now does nothing.
0 commit comments