]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-98724: Fix warnings on Py_SETREF() usage (#99781)
authorVictor Stinner <vstinner@python.org>
Fri, 25 Nov 2022 23:30:37 +0000 (00:30 +0100)
committerGitHub <noreply@github.com>
Fri, 25 Nov 2022 23:30:37 +0000 (00:30 +0100)
commit5556d3e02ca841b82b1eb42cc3974e0a3bbffaac
tree6130a8120ec5a36fd739d38047a4372f9ab30925
parentae234fbc5ce045066448f2f0cda2f1c3c7ddebea
gh-98724: Fix warnings on Py_SETREF() usage (#99781)

Cast argument to the expected type.
Modules/_curses_panel.c
Objects/longobject.c
Objects/typeobject.c