]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
gh-144693: Clarify that `PyFrame_GetBack` does not raise exceptions (GH-144824)
authorTaegyun Kim <k.taegyun@gmail.com>
Fri, 27 Feb 2026 15:25:46 +0000 (16:25 +0100)
committerGitHub <noreply@github.com>
Fri, 27 Feb 2026 15:25:46 +0000 (10:25 -0500)
Co-authored-by: Sergey Miryanov <sergey.miryanov@gmail.com>
Co-authored-by: Peter Bierma <zintensitydev@gmail.com>
Doc/c-api/frame.rst

index fb17cf7f1da6b24e4be120cb59ad99fca0d8341b..967cfc727655ecbe53bafe684fa0bc2318490598 100644 (file)
@@ -50,6 +50,7 @@ See also :ref:`Reflection <reflection>`.
 
    Return a :term:`strong reference`, or ``NULL`` if *frame* has no outer
    frame.
+   This raises no exceptions.
 
    .. versionadded:: 3.9