]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-107880: Teach Argument Clinic to clone __init__ and __new__ methods (#107885)
authorErlend E. Aasland <erlend@python.org>
Sun, 13 Aug 2023 10:13:11 +0000 (12:13 +0200)
committerGitHub <noreply@github.com>
Sun, 13 Aug 2023 10:13:11 +0000 (12:13 +0200)
commit9b75ada6e4232ff03b716b1c5930d1a3ba3b16b8
treee6582ef574613f26fb79ee47b8ef729979aaa6ba
parent7ddc1eaff16fa946516283be82d8b2e2ef315b03
gh-107880: Teach Argument Clinic to clone __init__ and __new__ methods (#107885)
Lib/test/test_clinic.py
Misc/NEWS.d/next/Tools-Demos/2023-08-13-11-18-06.gh-issue-107880.gBVVQ7.rst [new file with mode: 0644]
Modules/_testclinic.c
Modules/clinic/_testclinic_depr_star.c.h
Tools/clinic/clinic.py