Staging
v0.8.1
https://github.com/python/cpython
Revision a4a759515e2e0114d41acdada3642265c01270ac authored by Victor Stinner on 07 October 2010, 22:23:10 UTC, committed by Victor Stinner on 07 October 2010, 22:23:10 UTC
On Windows, Py_UNICODE is wchar_t, so we can avoid the expensive Py_UNICODE*
=> wchar_t* conversion.
1 parent b306d75
History
Tip revision: a4a759515e2e0114d41acdada3642265c01270ac authored by Victor Stinner on 07 October 2010, 22:23:10 UTC
_Py_stat() and _Py_fopen(): avoid PyUnicode_AsWideCharString() on Windows
Tip revision: a4a7595

README

back to top