]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-64490: Fix refcount error when arguments are packed to tuple in argument clinic...
authorcolorfulappl <colorfulappl@qq.com>
Thu, 24 Nov 2022 12:24:18 +0000 (20:24 +0800)
committerGitHub <noreply@github.com>
Thu, 24 Nov 2022 12:24:18 +0000 (17:54 +0530)
commit69f6cc77d0f1664f983a83b6ae707d99a99f5c4f
tree4efabca7535e491a1e43901ab255b8cd1c65beec
parentae185fdcca9d48aef425468de8a8a31300280932
gh-64490: Fix refcount error when arguments are packed to tuple in argument clinic (#99233)
Lib/test/clinic.test
Lib/test/test_clinic.py
Misc/NEWS.d/next/Library/2022-11-08-11-18-51.gh-issue-64490.VcBgrN.rst [new file with mode: 0644]
Modules/_testclinic.c
Modules/clinic/_testclinic.c.h
Tools/clinic/clinic.py