Skip to content

Commit bdec56d

Browse files
Update Doc/c-api/frame.rst
Co-authored-by: Stan Ulbrych <89152624+StanFromIreland@users.noreply.github.com>
1 parent b15b777 commit bdec56d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Doc/c-api/frame.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,9 @@ They exist solely for backwards compatibility.
182182
Prior to Python 3.13, this function would copy the :attr:`~frame.f_locals`
183183
attribute of *f* to the internal "fast" array of local variables, allowing
184184
changes in frame objects to be visible to the interpreter. If *clear* was
185-
true, this function would clear exceptions.
185+
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.
186188
187189
.. versionchanged:: 3.13
188190
This function now does nothing.

0 commit comments

Comments
 (0)