]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-104683: Argument Clinic: Use CConverter.length_name where possible (#107638)
authorErlend E. Aasland <erlend@python.org>
Fri, 4 Aug 2023 17:49:07 +0000 (19:49 +0200)
committerGitHub <noreply@github.com>
Fri, 4 Aug 2023 17:49:07 +0000 (17:49 +0000)
commit321f0f79325adfe7656645060c2008d5779e1a7f
tree660b68265d77adf08eb621b3de8ffb39abcaba12
parent400835ea1626c8c6dcd967c7eabe0dad4a923182
gh-104683: Argument Clinic: Use CConverter.length_name where possible (#107638)

Also make it a cached property.

Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
Tools/clinic/clinic.py