]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.11] gh-64490: Fix bugs in argument clinic varargs processing (GH-32092) (#100368)
authorcolorfulappl <colorfulappl@qq.com>
Wed, 28 Dec 2022 01:10:06 +0000 (09:10 +0800)
committerGitHub <noreply@github.com>
Wed, 28 Dec 2022 01:10:06 +0000 (02:10 +0100)
commita3dbd4c70e93260432fc024265fdf9222926fdad
tree7d53e10dbb04bde4722a399685b491bd66e78d38
parent18b43cf95f2455b63a6dbefb813f48fa85a07c7b
[3.11] gh-64490: Fix bugs in argument clinic varargs processing (GH-32092) (#100368)

(cherry picked from commit 0da728387c99fe6c127b070f2d250dc5bdd62ee5)
Lib/test/clinic.test
Lib/test/test_clinic.py
Misc/NEWS.d/next/Tools-Demos/2022-08-11-09-58-15.gh-issue-64490.PjwhM4.rst [new file with mode: 0644]
Modules/_testclinic.c
Modules/clinic/_testclinic.c.h
Python/getargs.c
Tools/clinic/clinic.py