Skip to content

Commit 1e4b4a6

Browse files
miss-islingtontaegyunkimsergey-miryanovZeroIntensity
authored
[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 8775f90) Co-authored-by: Taegyun Kim <k.taegyun@gmail.com> Co-authored-by: Sergey Miryanov <sergey.miryanov@gmail.com> Co-authored-by: Peter Bierma <zintensitydev@gmail.com>
1 parent bded835 commit 1e4b4a6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Doc/c-api/frame.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ See also :ref:`Reflection <reflection>`.
5050
5151
Return a :term:`strong reference`, or ``NULL`` if *frame* has no outer
5252
frame.
53+
This raises no exceptions.
5354
5455
.. versionadded:: 3.9
5556

0 commit comments

Comments
 (0)