]> 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:15:57 +0000 (11:15 -0800)
committerGitHub <noreply@github.com>
Wed, 23 Feb 2022 19:15:57 +0000 (11:15 -0800)
commit763e23e11e785162f9d68f83539404af8e863748
tree99c2ec7bbe9bea8ab33b12bafd09f6accab3b55e
parent87cebb1e69758aa8b79f8e15187b976d62cba36a
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