Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change python buffering handling #4

Open
SillyFreak opened this issue Oct 18, 2017 · 0 comments
Open

Change python buffering handling #4

SillyFreak opened this issue Oct 18, 2017 · 0 comments
Assignees

Comments

@SillyFreak
Copy link
Member

python supports a -u option (or the PYTHONUNBUFFERED=1 environment variable) for forcing unbuffered IO (and line buffered text IO), allowing the IDE to show output as soon as it is printed. Use that instead of the current stream-reopening approach, and pass the option to programs when running via the IDE.

@SillyFreak SillyFreak assigned SillyFreak and trestoa and unassigned trestoa Oct 18, 2017
SillyFreak added a commit to PRIArobotics/HedgehogClient that referenced this issue Oct 18, 2017
SillyFreak added a commit to PRIArobotics/hedgehog-ide that referenced this issue Oct 18, 2017
trestoa pushed a commit to PRIArobotics/hedgehog-ide that referenced this issue Oct 18, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants