]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.11] GH-100342: check for allocation failure in AC `*args` parsing (GH-100343)...
authorKumar Aditya <59607654+kumaraditya303@users.noreply.github.com>
Wed, 28 Dec 2022 04:41:27 +0000 (10:11 +0530)
committerGitHub <noreply@github.com>
Wed, 28 Dec 2022 04:41:27 +0000 (10:11 +0530)
commitebe428824d9c749577256cbcfb35945d8b19c479
treeb0f71b3b9f2da68b58b8c601d6a6e5bdd688266e
parentfba8c7cf740433cc71280ea6dce6b44ee477b2d3
[3.11] GH-100342: check for allocation failure in AC `*args` parsing (GH-100343). (#100568)

(cherry picked from commit 7cf164ad5e3c8c6af5ae8813ad6a784448605418)

Co-authored-by: Kumar Aditya <59607654+kumaraditya303@users.noreply.github.com>
Lib/test/clinic.test
Misc/NEWS.d/next/Tools-Demos/2022-12-19-10-08-53.gh-issue-100342.qDFlQG.rst [new file with mode: 0644]
Modules/clinic/_testclinic.c.h
Tools/clinic/clinic.py