Skip to content
GitLab
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Register
Sign in
Toggle navigation
Menu
Kirill Smelkov
cpython
Repository
cpython
Python
fileutils.c
Find file
Blame
History
Permalink
_Py_stat() and _Py_fopen(): avoid PyUnicode_AsWideCharString() on Windows
· 857734b7
Victor Stinner
authored
Oct 07, 2010
On Windows, Py_UNICODE is wchar_t, so we can avoid the expensive Py_UNICODE* => wchar_t* conversion.
857734b7