From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Fri, 27 Feb 2026 15:31:19 +0000 (+0100) Subject: [3.14] gh-144693: Clarify that `PyFrame_GetBack` does not raise exceptions (GH-144824... X-Git-Tag: v3.14.4~228 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1e4b4a6ddc084a358cba8ae82ca9be39afe20afa;p=thirdparty%2FPython%2Fcpython.git [3.14] gh-144693: Clarify that `PyFrame_GetBack` does not raise exceptions (GH-144824) (GH-145318) gh-144693: Clarify that `PyFrame_GetBack` does not raise exceptions (GH-144824) (cherry picked from commit 8775f900179aa21e6e9ec318dbb5c7cfd3561b66) Co-authored-by: Taegyun Kim 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