Closed dgelessus closed 1 year ago
These don't really do anything, but Python expects stdout/stderr to have flush methods. This fixes the "Hmm... Errors during Python shutdown." message on every exit.
stdout
stderr
flush
These don't really do anything, but Python expects
stdout
/stderr
to haveflush
methods. This fixes the "Hmm... Errors during Python shutdown." message on every exit.