]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-113317: Argument Clinic: move C/Py identifier helpers into libclinic (#115520)
authorErlend E. Aasland <erlend@python.org>
Fri, 16 Feb 2024 06:42:15 +0000 (07:42 +0100)
committerGitHub <noreply@github.com>
Fri, 16 Feb 2024 06:42:15 +0000 (07:42 +0100)
commit351c103134e43c2ee43deb10cdc9afb37b916a4e
tree703799c1471a81bcb36bf400565350485ce794e5
parent20eaf4d5dff7fa20f8a745450fef760f0923eb52
gh-113317: Argument Clinic: move C/Py identifier helpers into libclinic (#115520)
Tools/clinic/clinic.py
Tools/clinic/libclinic/__init__.py
Tools/clinic/libclinic/identifiers.py [new file with mode: 0644]