]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-110907: AC: Disallow using `*` with vararg (#110908)
authorNikita Sobolev <mail@sobolevn.me>
Mon, 16 Oct 2023 14:26:11 +0000 (17:26 +0300)
committerGitHub <noreply@github.com>
Mon, 16 Oct 2023 14:26:11 +0000 (15:26 +0100)
commitbad7a35055dbe9e6297110eb8c72eb8edfefd42d
tree8bfcf46a86fab6b9c86b12025055c3981e0673f3
parent14d2d1576d9301032a6a1f62caa347ff1685c872
gh-110907: AC: Disallow using `*` with vararg (#110908)
Lib/test/test_clinic.py
Objects/clinic/typevarobject.c.h
Objects/typevarobject.c
Tools/clinic/clinic.py