graalpython icon indicating copy to clipboard operation
graalpython copied to clipboard

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

Open nsoubelet opened this issue 1 year ago • 0 comments

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

nsoubelet avatar Jan 25 '24 16:01 nsoubelet