]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-108494: Argument clinic: Improve the `parse_file()` API (#108575)
authorAlex Waygood <Alex.Waygood@Gmail.com>
Mon, 28 Aug 2023 18:25:16 +0000 (19:25 +0100)
committerGitHub <noreply@github.com>
Mon, 28 Aug 2023 18:25:16 +0000 (18:25 +0000)
commit242bef459bfbd0ec5e45e6d47df2709093cfefa7
treecc333c1c6277caa2b2b45df4113424d5b8450183
parent47d7eba889bc03884744f978f5f8612380363332
gh-108494: Argument clinic: Improve the `parse_file()` API (#108575)

Co-authored-by: Victor Stinner <vstinner@python.org>
Lib/test/test_clinic.py
Tools/clinic/clinic.py