]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-30459: Cast the result of PyCell_SET to void (GH-23654)
authorVictor Stinner <vstinner@python.org>
Mon, 7 Dec 2020 10:56:20 +0000 (11:56 +0100)
committerGitHub <noreply@github.com>
Mon, 7 Dec 2020 10:56:20 +0000 (11:56 +0100)
commit0ef96c2b2a291c9d2d9c0ba42bbc1900a21e65f3
treeb7f921c6b76994932e2845ceff1853a6149f4fb3
parentc266736ec1f9ebef38b134ceb4832df015711b38
bpo-30459: Cast the result of PyCell_SET to void (GH-23654)
Doc/whatsnew/3.10.rst
Include/cellobject.h
Misc/NEWS.d/next/C API/2020-05-06-23-54-57.bpo-30459.N9_Jai.rst