]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-40421: Fix PyFrame_GetCode() documentation (GH-31535)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 23 Feb 2022 19:12:51 +0000 (11:12 -0800)
committerGitHub <noreply@github.com>
Wed, 23 Feb 2022 19:12:51 +0000 (11:12 -0800)
commitb0de6299a840a397d4fe3e6c98159d9f258d3295
tree076722b8fa3b175088fb64b4e3c28facb2914619
parent6717edcf84077440a8839f2086cc5c5e2fc779c5
bpo-40421: Fix PyFrame_GetCode() documentation (GH-31535)

Fix PyFrame_GetBack() and PyFrame_GetCode() return type in
the documentation.
(cherry picked from commit 78859e58e4e016286e648d1dc155e0f6cebfa6ff)

Co-authored-by: Victor Stinner <vstinner@python.org>
Doc/c-api/reflection.rst