Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor output printer so that it can render big outputs without mem…
…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