]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.11] gh-64490: Fix refcount error when arguments are packed to tuple in argument...
authorcolorfulappl <colorfulappl@qq.com>
Mon, 19 Dec 2022 09:48:49 +0000 (17:48 +0800)
committerGitHub <noreply@github.com>
Mon, 19 Dec 2022 09:48:49 +0000 (15:18 +0530)
commitc42a4ad58749273841ae6f504a4e661fb7c5ca3b
tree4c14e182dc1f2c9a0f71f09d515c60bcb530579c
parent09186676cf3d483d19d64f5f1ed23b5a7e6edbbb
[3.11] gh-64490: Fix refcount error when arguments are packed to tuple in argument clinic (GH-99233) (#100338)

(cherry picked from commit 69f6cc77d0f1664f983a83b6ae707d99a99f5c4f)
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