]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-104050: Add basic type hints to Argument Clinic DSL parser (#104704)
authorErlend E. Aasland <erlend.aasland@protonmail.com>
Sat, 20 May 2023 21:55:02 +0000 (23:55 +0200)
committerGitHub <noreply@github.com>
Sat, 20 May 2023 21:55:02 +0000 (21:55 +0000)
commit27a68be77f7a5bfb7c4b97438571b4fcf5aae8b4
treeb2219ba30bee00d4577f376714be4eb3eafae678
parent19dd5aa89af4cc3150ed87f039601f87bc419be7
gh-104050: Add basic type hints to Argument Clinic DSL parser (#104704)

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