]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-104683: Argument clinic: use an enum to describe the different kinds of functions...
authorAlex Waygood <Alex.Waygood@Gmail.com>
Thu, 13 Jul 2023 22:54:05 +0000 (23:54 +0100)
committerGitHub <noreply@github.com>
Thu, 13 Jul 2023 22:54:05 +0000 (22:54 +0000)
commit128a6c1d889639012c83c122b82c9cdf0b62d587
tree5393d582a8a491358410c799642dabbffcd36839
parentec45c513d389510930a62631a21a1dbb3f3aabb7
gh-104683: Argument clinic: use an enum to describe the different kinds of functions (#106721)

Argument clinic: use an enum to describe the different kinds of functions
Tools/clinic/clinic.py