]> granicus.if.org Git - python/commit
calculate_path(): use _Py_char2wchar() to decode the PATH environment variable,
authorVictor Stinner <victor.stinner@haypocalc.com>
Sat, 16 Oct 2010 23:34:22 +0000 (23:34 +0000)
committerVictor Stinner <victor.stinner@haypocalc.com>
Sat, 16 Oct 2010 23:34:22 +0000 (23:34 +0000)
commitdc4b2a712f96aa6a27d65af27ca877b084a584ca
tree74a061ba0f035d3c9c6c401d2498090b599df985
parent168e117e0a8825bc3ae0c08f0b08a33ac351a14f
calculate_path(): use _Py_char2wchar() to decode the PATH environment variable,
to support surrogate characters
Modules/getpath.c