H-uru / Plasma

Cyan Worlds's Plasma game engine
http://h-uru.github.io/Plasma/
GNU General Public License v3.0
205 stars 81 forks source link

Add `flush` methods to Python `stdout`/`stderr` redirectors #1372

Closed dgelessus closed 1 year ago

dgelessus commented 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.