]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-30459: Cast the result of PyList_SET_ITEM() to void (GH-19975)
authorZackery Spytz <zspytz@gmail.com>
Sat, 5 Dec 2020 10:34:51 +0000 (03:34 -0700)
committerGitHub <noreply@github.com>
Sat, 5 Dec 2020 10:34:51 +0000 (11:34 +0100)
commit556d97f473fa538cef780f84bd29239ecf57d9c5
treed025ab9952b9e197653a594cc5a93cf423b671b4
parent29afab6c5f656f07ac85c9b2cf089631b2557a11
bpo-30459: Cast the result of PyList_SET_ITEM() to void (GH-19975)

Do the same for PyTuple_SET_ITEM().
Include/cpython/listobject.h
Include/cpython/tupleobject.h
Misc/NEWS.d/next/C API/2020-05-06-23-54-57.bpo-30459.N9_Jai.rst [new file with mode: 0644]