| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
|
@serhiy-storchaka: This PR is connected to the io module, which I see you've been working on recently. Are you able to review it? |
Sorry, something went wrong.
There was a problem hiding this comment.
Thank you!
This looks good to me, modulo a few small nitpicks. I'll let @serhiy-storchaka resolve the conversations he started.
Sorry, something went wrong.
There was a problem hiding this comment.
Thank you for addressing my comments. LGTM in general. I left several minor suggestions, but they are not mandatory, you can implement or reject them on case by case base.
In any case I'm going to merge this PR after your answer.
Sorry, something went wrong.
Co-authored-by: Victor Stinner <vstinner@python.org>
|
Merged. Let's see how it goes. It can be adjusted later if needed. Nice change @mhsmith. |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
When embedded in an app on current versions of Android, there's no easy way to monitor the process's stdout and stderr. So, as specified in PEP 738, this PR redirects them to the system log, which can be viewed using the developer tools.