◐ Shell
clean mode source ↗

[3.12] gh-106359: Fix corner case bugs in Argument Clinic converter parser (GH-106361) by miss-islington · Pull Request #106364 · python/cpython

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Conversation

@miss-islington

@miss-islington miss-islington commented

Jul 3, 2023

edited by bedevere-bot

Loading

Copy link Copy Markdown

Contributor

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

(cherry picked from commit 0da4c88)

Co-authored-by: Erlend E. Aasland erlend@python.org
Co-authored-by: Alex Waygood Alex.Waygood@Gmail.com

…rser (pythonGH-106361)

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

(cherry picked from commit 0da4c88)

Co-authored-by: Erlend E. Aasland <erlend@python.org>
Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>

@AlexWaygood AlexWaygood merged commit 5f20152 into python:3.12

Jul 3, 2023

@miss-islington miss-islington deleted the backport-0da4c88-3.12 branch

July 3, 2023 13:42

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Reviewers

@erlend-aasland erlend-aasland erlend-aasland approved these changes

Assignees

No one assigned

Labels

None yet

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

4 participants

@miss-islington @erlend-aasland @bedevere-bot @AlexWaygood