This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author serhiy.storchaka
Recipients Guillaume Aldebert, paul.moore, serhiy.storchaka, steve.dower, tim.golden, zach.ware
Date 2017-11-07.10:12:35
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1510049555.92.0.213398074469.issue31966@psf.upfronthosting.co.za>
In-reply-to
Content
The problem is with _WindowsConsoleIO.

C:\py\cpython>python.bat -u -c "import sys; sys.stdout.buffer.write(b'')"
Running Release|Win32 interpreter...
Traceback (most recent call last):
  File "<string>", line 1, in <module>
OSError: [WinError 87] The parameter is incorrect
History
Date User Action Args
2017-11-07 10:12:36serhiy.storchakasetrecipients: + serhiy.storchaka, paul.moore, tim.golden, zach.ware, steve.dower, Guillaume Aldebert
2017-11-07 10:12:35serhiy.storchakasetmessageid: <1510049555.92.0.213398074469.issue31966@psf.upfronthosting.co.za>
2017-11-07 10:12:35serhiy.storchakalinkissue31966 messages
2017-11-07 10:12:35serhiy.storchakacreate