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

flush() never called in standard output stream specified for the context #379

Closed
nsoubelet opened this issue Jan 25, 2024 · 0 comments
Closed
Assignees

Comments

@nsoubelet
Copy link

Version: org.graalvm.python:python-language:23.1.0

Hello, just wanted to report something really simple: when an output stream is specified via Context.newBuilder().out(Some) the method flush() is never called when, for example, doing a print('Hello Python!');.

It works well in other languages, like js.

Not sure whether this is an error or it does work like that by design.

Thanks

@msimacek msimacek self-assigned this Feb 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants