Browse Source
There appears to be an issue on Windows with CPython >= 3.6, sys.stdout.flush() raises an exception: OSError: [WinError 87] The parameter is incorrect It works fine to just catch and ignore the error on the flush line. Tested on Windows 10 x64 1803 (Build 17134.228), Python 3.6.4 amd64.pull/4070/merge
Andrew Leech
6 years ago
committed by
Damien George
1 changed files with 4 additions and 1 deletions
Loading…
Reference in new issue