]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] 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:40:38 +0000 (17:40 -0700)
committerGitHub <noreply@github.com>
Sun, 8 Oct 2023 00:40:38 +0000 (00:40 +0000)
commitef4bd1b57ff2b0a908149d178b0b1fbdf9f7e247
tree815aafc61ca324271c1d0f2cb917c0307edb58cf
parent96e42d2f8d1fbc1c15ee02aab17ee209174d4b39
[3.12] gh-110237: Check `PyList_Append` for errors in `_PyEval_MatchClass` (GH-110238) (#110511)

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