Skip to content

Commit

Permalink
Refactor output printer so that it can render big outputs without mem…
Browse files Browse the repository at this point in the history
…ory issues.

Previously, an expression like `b'\x90' * 40_000_000` would kill ptpython
because it rendered the whole output at once. This implementation streams the
rendering logic while it's paginating.
  • Loading branch information
jonathanslenders committed Dec 12, 2023
1 parent 46b1076 commit dccf503
Show file tree
Hide file tree
Showing 2 changed files with 439 additions and 356 deletions.
Loading

0 comments on commit dccf503

Please sign in to comment.