commit | ce4179d0226768988965ac238ad15791cd377def | [log] [tgz] |
---|---|---|
author | Victor Stinner <victor.stinner@gmail.com> | Sat Nov 16 00:45:54 2013 +0100 |
committer | Victor Stinner <victor.stinner@gmail.com> | Sat Nov 16 00:45:54 2013 +0100 |
tree | b1da79df97e5ea96aa7766a75f5a67998d336a33 | |
parent | c1a57d306c1e1544edb7712bed7c7d5c72816fd4 [diff] |
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.