]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-113317, AC: Add libclinic.converter module (#116821)
authorVictor Stinner <vstinner@python.org>
Thu, 14 Mar 2024 17:59:43 +0000 (18:59 +0100)
committerGitHub <noreply@github.com>
Thu, 14 Mar 2024 17:59:43 +0000 (18:59 +0100)
commit25cd8730aa39c18e767f63586dfd1da2fbb307c9
tree3a1274c19a090ff8a376d54a87a2cdc709bd047c
parentfd8e30eb62d0ecfb75786df1ac25593b0143cc98
gh-113317, AC: Add libclinic.converter module (#116821)

* Move CConverter class to a new libclinic.converter module.
* Move CRenderData and Include classes to a new libclinic.crenderdata
  module.
Tools/clinic/clinic.py
Tools/clinic/libclinic/converter.py [new file with mode: 0644]
Tools/clinic/libclinic/crenderdata.py [new file with mode: 0644]
Tools/clinic/libclinic/function.py