From 1e4b4a6ddc084a358cba8ae82ca9be39afe20afa Mon Sep 17 00:00:00 2001 From: "Miss Islington (bot)" <31488909+miss-islington@users.noreply.github.com> Date: Fri, 27 Feb 2026 16:31:19 +0100 Subject: [PATCH] [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 --- Doc/c-api/frame.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/Doc/c-api/frame.rst b/Doc/c-api/frame.rst index fb17cf7f1da..967cfc72765 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