消息 [221347]
"In C++ this often means using std::wstring and std::wcout. Maybe these are more common than wprintf? In any case the console output breaks as Py_Initialize hijacks the host application's standard output streams which sounds quite illegitimate to me."
On Linux, std::wcout doesn't use wprintf(). Do you mean that std::wcout also depends on the "mode" of stdout (_setmode)? |
|
| 日期 |
用户 |
动作 |
参数 |
| 2014-06-23 09:48:05 | vstinner | 修改 | recipients:
+ vstinner, jpe, tim.golden, ezio.melotti, Arfrever, BreamoreBoy, zach.ware, steve.dower, makegho |
| 2014-06-23 09:48:05 | vstinner | 修改 | messageid: <1403516885.17.0.957196120218.issue16587@psf.upfronthosting.co.za> |
| 2014-06-23 09:48:05 | vstinner | 链接 | issue16587 messages |
| 2014-06-23 09:48:05 | vstinner | 创建 | |
|