]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-20201: variadic arguments support for AC (GH-18609)
authorBatuhan Taskaya <batuhan@python.org>
Fri, 16 Jul 2021 15:43:02 +0000 (18:43 +0300)
committerGitHub <noreply@github.com>
Fri, 16 Jul 2021 15:43:02 +0000 (18:43 +0300)
commit9af34c935185eca497617a216d141c72ffaeae9c
tree06c965d71e81caaec5193a5220709136b2f5e8d3
parent7915c96ffd7ddc5cb6d54015ee4c31255a416892
bpo-20201: variadic arguments support for AC (GH-18609)

Implement support for `*args` in AC, and port `print()` to use it.
Include/modsupport.h
Lib/test/clinic.test
Lib/test/test_call.py
Misc/NEWS.d/next/Tools-Demos/2020-02-25-18-22-09.bpo-20291.AyrDiZ.rst [new file with mode: 0644]
Python/bltinmodule.c
Python/clinic/bltinmodule.c.h
Python/getargs.c
Tools/clinic/clinic.py