diff options
author | Victor Stinner <victor.stinner@haypocalc.com> | 2010-10-07 22:23:10 (GMT) |
---|---|---|
committer | Victor Stinner <victor.stinner@haypocalc.com> | 2010-10-07 22:23:10 (GMT) |
commit | a4a759515e2e0114d41acdada3642265c01270ac (patch) | |
tree | 1929fc7dd922e10ec6d710a390b4f0fdcffaa1db /Include/pythonrun.h | |
parent | b306d7594ff0ed5ba666dbb26491a269abfbc9d7 (diff) | |
download | cpython-a4a759515e2e0114d41acdada3642265c01270ac.zip cpython-a4a759515e2e0114d41acdada3642265c01270ac.tar.gz cpython-a4a759515e2e0114d41acdada3642265c01270ac.tar.bz2 |
_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 'Include/pythonrun.h')
0 files changed, 0 insertions, 0 deletions