]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] gh-106359: Fix corner case bugs in Argument Clinic converter parser (GH-106361...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 3 Jul 2023 13:42:20 +0000 (06:42 -0700)
committerGitHub <noreply@github.com>
Mon, 3 Jul 2023 13:42:20 +0000 (13:42 +0000)
commit5f20152f01febf4ffd9572a8ab3e980a4660ef69
tree0c7500d55866fe85e47697b3669924c851edb940
parent5e856049b19e2a0c78411b90a8fbc3198ca2a695
[3.12] gh-106359: Fix corner case bugs in Argument Clinic converter parser (GH-106361) (#106364)

gh-106359: Fix corner case bugs in Argument Clinic converter parser (GH-106361)

DSLParser.parse_converter() could return unusable kwdicts in some rare cases

(cherry picked from commit 0da4c883cf4185efe27b711c3e0a1e6e94397610)

Co-authored-by: Erlend E. Aasland <erlend@python.org>
Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
Lib/test/test_clinic.py
Misc/NEWS.d/next/Tools-Demos/2023-07-03-14-06-19.gh-issue-106359.RfJuR0.rst [new file with mode: 0644]
Tools/clinic/clinic.py