From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Sun, 28 Jan 2018 15:49:14 +0000 (-0800) Subject: Fix PyTrace_RETURN documentation (GH-5384) (GH-5387) X-Git-Tag: v2.7.15rc1~68 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5679277fdde2d001ffa439559e2078590332baf2;p=python Fix PyTrace_RETURN documentation (GH-5384) (GH-5387) It will be triggered when propagating an exception. (cherry picked from commit 79db11ce99332d62917be9d03b31494b1ff2f96a) --- diff --git a/Doc/c-api/init.rst b/Doc/c-api/init.rst index f091ac81da..229cae5244 100644 --- a/Doc/c-api/init.rst +++ b/Doc/c-api/init.rst @@ -1030,7 +1030,7 @@ in previous versions. .. c:var:: int PyTrace_RETURN The value for the *what* parameter to :c:type:`Py_tracefunc` functions when a - call is returning without propagating an exception. + call is about to return. .. c:var:: int PyTrace_C_CALL