8000 gh-104146: Remove unused attr 'parameter_indent' from clinic.DLParser by erlend-aasland · Pull Request #106358 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

gh-104146: Remove unused attr 'parameter_indent' from clinic.DLParser #106358

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Merge branch 'main' into clinic/remove-unused-stuff
  • Loading branch information
AlexWaygood authored Jul 3, 2023
commit 28005e5d69548b5ea19405b6ca2be4611d0b55fd
2 changes: 1 addition & 1 deletion Tools/clinic/clinic.py
Original file line number Diff line number Diff line change
Expand Up @@ -4325,7 +4325,7 @@ def __init__(self, clinic: Clinic) -> None:

def reset(self) -> None:
self.function = None
self.state: StateKeeper = self.state_dsl_start
self.state = self.state_dsl_start
self.keyword_only = False
self.positional_only = False
self.group = 0
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.
0