Skip to content

Commit

Permalink
pythongh-128330: Terminal settings are not correctly restored on repl…
Browse files Browse the repository at this point in the history
… exit
  • Loading branch information
citrus-it committed Dec 29, 2024
1 parent ffece55 commit 6398e6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Lib/_pyrepl/fancy_termios.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ def as_list(self):
self.lflag,
self.ispeed,
self.ospeed,
self.cc,
self.cc[:],
]

def copy(self):
Expand Down

0 comments on commit 6398e6a

Please sign in to comment.