We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae6875f commit 003ce9fCopy full SHA for 003ce9f
Lib/_pyrepl/reader.py
@@ -297,7 +297,6 @@ def calc_screen(self) -> list[str]:
297
if self.last_refresh_cache.valid(self):
298
offset, num_common_lines = self.last_refresh_cache.get_cached_location(self)
299
300
- # Use slicing instead of del to avoid modifying the cached lists.
301
screen = self.last_refresh_cache.screen[:num_common_lines]
302
screeninfo = self.last_refresh_cache.screeninfo[:num_common_lines]
303
0 commit comments