]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.11] gh-110237: Check `PyList_Append` for errors in `_PyEval_MatchClass` (GH-110238...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sun, 8 Oct 2023 00:29:46 +0000 (17:29 -0700)
committerGitHub <noreply@github.com>
Sun, 8 Oct 2023 00:29:46 +0000 (00:29 +0000)
commitf21c09ca03b39319ee6de54f5d706bd6e2313985
tree7f4b633ba43844042ae42b7d81652749a6642445
parentaf168df78f260a809875b309f35fbf38b58c1fec
[3.11] gh-110237: Check `PyList_Append` for errors in `_PyEval_MatchClass` (GH-110238) (#110512)

gh-110237: Check `PyList_Append` for errors in `_PyEval_MatchClass` (GH-110238)
(cherry picked from commit dd9d781da30aa3740e54c063a40413c542d78c25)

Co-authored-by: denballakh <47365157+denballakh@users.noreply.github.com>
Misc/NEWS.d/next/Core and Builtins/2023-10-02-23-17-08.gh-issue-110237._Xub0z.rst [new file with mode: 0644]
Python/ceval.c