]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-110237: Check `PyList_Append` for errors in `_PyEval_MatchClass` (#110238)
authordenballakh <47365157+denballakh@users.noreply.github.com>
Sun, 8 Oct 2023 00:04:51 +0000 (03:04 +0300)
committerGitHub <noreply@github.com>
Sun, 8 Oct 2023 00:04:51 +0000 (17:04 -0700)
commitdd9d781da30aa3740e54c063a40413c542d78c25
tree68d6b82652c7b224897411f3c70be6beeb910cd2
parentde2a4036cbfd5e41a5bdd2b81122b7765729af83
gh-110237: Check `PyList_Append` for errors in `_PyEval_MatchClass` (#110238)
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