]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-96569: Add two NULL checks to avoid undefined behavior. (GH-96585)
authorMark Shannon <mark@hotpy.org>
Tue, 6 Sep 2022 15:45:43 +0000 (16:45 +0100)
committerGitHub <noreply@github.com>
Tue, 6 Sep 2022 15:45:43 +0000 (16:45 +0100)
commit222f10ca2d01c86fa2c53c2edd6884f117324297
treec20d440c56d7dcb87c3c083dc737d0443c22b1b3
parentcd0ff9bd14d6a60e841d10f8415827db556ae622
GH-96569: Add two NULL checks to avoid undefined behavior. (GH-96585)
Include/internal/pycore_frame.h
Misc/NEWS.d/next/Core and Builtins/2022-09-05-16-43-44.gh-issue-96569.9lmTCC.rst [new file with mode: 0644]
Python/pystate.c