]> granicus.if.org Git - python/commit
Don't mix wide character strings and byte strings (L"lib/python" VERSION): use
authorVictor Stinner <victor.stinner@gmail.com>
Fri, 15 Nov 2013 23:45:54 +0000 (00:45 +0100)
committerVictor Stinner <victor.stinner@gmail.com>
Fri, 15 Nov 2013 23:45:54 +0000 (00:45 +0100)
commitce4179d0226768988965ac238ad15791cd377def
treeb1da79df97e5ea96aa7766a75f5a67998d336a33
parentc1a57d306c1e1544edb7712bed7c7d5c72816fd4
Don't mix wide character strings and byte strings (L"lib/python" VERSION): use
_Py_char2wchar() to decode lib_python instead.

Some compilers don't support concatenating literals: L"wide" "bytes". Example:
IRIX compiler.
Modules/getpath.c