Skip to content
Snippets Groups Projects
Select Git revision
  • dualcore
  • ch3/leds
  • wip-bootstrap default
  • ch3/time
  • master
5 results

tools

  • Clone with SSH
  • Clone with HTTPS
  • user avatar
    Andrew Leech authored
    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.
    a2703649
    History