]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fix some missing null checks. (GH-118721)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 10 May 2024 10:01:00 +0000 (12:01 +0200)
committerGitHub <noreply@github.com>
Fri, 10 May 2024 10:01:00 +0000 (10:01 +0000)
commitd524802e9dd624f569948c4c0b6adbe000edcffe
tree4a7df1554ea38d328bd757ae91e59a89010ca164
parentb62cb5234be2f43833e52063bf32bff5b2cffc98
Fix some missing null checks. (GH-118721)

(cherry picked from commit 7e6fcab20003b07621dc02ea78d6ea2fda500371)

Co-authored-by: Steve Dower <steve.dower@python.org>
Objects/typeobject.c
PC/launcher2.c