-
Notifications
You must be signed in to change notification settings - Fork 39
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add text and line buffering mode to sandbox exec (#2475)
* add line buffering and text mode to exec * save progress * address comments * fix tests * adjust text * fix type * pass type check * small wording clarification * no need for backwards compat here * fix tests * pass 3.9 * simplify branching logic * make containerprocess generic * fix sync * fix type signature * fix the overload spec * remove unnecessary diff * by_lines return bytes * add tests * iterator
- Loading branch information
Showing
8 changed files
with
220 additions
and
67 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.