From 4de49e5419fd63ff8308eb5cf36bb961b81c35a4 Mon Sep 17 00:00:00 2001 From: Taegyun Kim Date: Fri, 27 Feb 2026 16:25:46 +0100 Subject: [PATCH] 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 fb17cf7f1da6b2..967cfc727655ec 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