[issue23995] msvcrt could not be imported

eryksun report at bugs.python.org
Sat Apr 18 21:36:18 CEST 2015


eryksun added the comment:

The new CRT used by 3.5 has a separate header, corecrt_wconio.h, for declarations shared by conio.h and wchar.h. Thus the _WCONIO_DEFINED macro is no longer defined, and consequently PC/msvcrtmodule.c skips defining getwch, getwche, putwch, and ungetwch.

I guess this check was added to support DOS-based Windows 9x. NT-based Windows would always support wide-character console I/O.

----------
components: +Windows
nosy: +eryksun, steve.dower, tim.golden, zach.ware

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


More information about the Python-bugs-list mailing list