]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-46166: Fix compiler warnings in What's New in Python 3.11 (GH-31198)
authorVictor Stinner <vstinner@python.org>
Mon, 7 Feb 2022 16:46:22 +0000 (17:46 +0100)
committerGitHub <noreply@github.com>
Mon, 7 Feb 2022 16:46:22 +0000 (17:46 +0100)
commita89772c79183e3e62bf61b92077a04f6ebcc4a2b
tree8b54abd07f033192d2a53a0948057cc31398edec
parentf20ca766fe404a20daea29230f161a0eb71bb489
bpo-46166: Fix compiler warnings in What's New in Python 3.11 (GH-31198)

Fix compiler warnings on PyObject_GetAttrString() calls in the What's
New in Python 3.11 doc of PyFrameObject changes.
Doc/whatsnew/3.11.rst