From: Taegyun Kim Date: Fri, 27 Feb 2026 15:25:46 +0000 (+0100) Subject: gh-144693: Clarify that `PyFrame_GetBack` does not raise exceptions (GH-144824) X-Git-Tag: v3.15.0a7~133 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8775f900179aa21e6e9ec318dbb5c7cfd3561b66;p=thirdparty%2FPython%2Fcpython.git gh-144693: Clarify that `PyFrame_GetBack` does not raise exceptions (GH-144824) Co-authored-by: Sergey Miryanov Co-authored-by: Peter Bierma --- diff --git a/Doc/c-api/frame.rst b/Doc/c-api/frame.rst index fb17cf7f1da6..967cfc727655 100644 --- a/Doc/c-api/frame.rst +++ b/Doc/c-api/frame.rst @@ -50,6 +50,7 @@ See also :ref:`Reflection `. Return a :term:`strong reference`, or ``NULL`` if *frame* has no outer frame. + This raises no exceptions. .. versionadded:: 3.9