diff options
author | Victor Stinner <victor.stinner@haypocalc.com> | 2010-10-07 22:23:10 +0000 |
---|---|---|
committer | Victor Stinner <victor.stinner@haypocalc.com> | 2010-10-07 22:23:10 +0000 |
commit | 857734b7d26fb28bf7268a1a733155836feaab55 (patch) | |
tree | f0df4227d2512ba4b40056e888b5187756bc7512 /Python/sysmodule.c | |
parent | 0f61f3e424c9ed4231b0337c66877f4be24f641d (diff) | |
download | cpython-857734b7d26fb28bf7268a1a733155836feaab55.tar.gz |
_Py_stat() and _Py_fopen(): avoid PyUnicode_AsWideCharString() on Windows
On Windows, Py_UNICODE is wchar_t, so we can avoid the expensive Py_UNICODE*
=> wchar_t* conversion.
Diffstat (limited to 'Python/sysmodule.c')
0 files changed, 0 insertions, 0 deletions