Skip to content

Commit

Permalink
Disable verbose repr for _ReadlineWrapper
Browse files Browse the repository at this point in the history
  • Loading branch information
SnoopJ committed Aug 19, 2024
1 parent 48856ea commit b63ad0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Lib/_pyrepl/readline.py
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,7 @@ def do(self) -> None:
# ____________________________________________________________


@dataclass(slots=True)
@dataclass(slots=True, repr=False)
class _ReadlineWrapper:
f_in: int = -1
f_out: int = -1
Expand Down

0 comments on commit b63ad0a

Please sign in to comment.