]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-108494: Argument Clinic: fix option group for Limited C API (#108574)
authorVictor Stinner <vstinner@python.org>
Tue, 29 Aug 2023 11:33:28 +0000 (13:33 +0200)
committerGitHub <noreply@github.com>
Tue, 29 Aug 2023 11:33:28 +0000 (13:33 +0200)
commite675e515aeed16cb5091e310cb161b10c16a237d
tree48fc06f71ce4c6953de8af288e37d93a94564a9d
parent0d140b8c5ea83d095cb35b6b0c9434cb63fe6ced
gh-108494: Argument Clinic: fix option group for Limited C API (#108574)

Use PyTuple_Size() instead of PyTuple_GET_SIZE().
Tools/clinic/clinic.py