]> 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 09:51:57 +0000 (11:51 +0200)
committerGitHub <noreply@github.com>
Fri, 10 May 2024 09:51:57 +0000 (09:51 +0000)
commit8bfaf3a5f0f876c8b91db892d6cae651ae03b627
tree5f742c2841371fd67c5dc542086443d1c90dd3fd
parenteb29e2f5905da93333d1ce78bc98b151e763ff46
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