[issue16587] Py_Initialize breaks wprintf on Windows

John Ehresman report at bugs.python.org
Sat Apr 13 23:16:33 CEST 2013


John Ehresman added the comment:

One way to fix this is to use the FileRead & FileWrite api functions directly as proposed in issue 17723  I would regard this as a change in behavior and not a simple bug fix because there is probably code written for 3.3 that assumes the C level stdout is in binary after python is initialized so would target 3.4 for the change.

----------
nosy: +jpe

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue16587>
_______________________________________


More information about the Python-bugs-list mailing list