diff options
author | Victor Stinner <victor.stinner@haypocalc.com> | 2011-06-20 12:45:54 (GMT) |
---|---|---|
committer | Victor Stinner <victor.stinner@haypocalc.com> | 2011-06-20 12:45:54 (GMT) |
commit | 99563b1df835218fd61fe1c86930b49dd55044be (patch) | |
tree | 7adb4e45099ead94777bc6e19285d45aa4250ec4 /Modules/_bisectmodule.c | |
parent | d6b3840e7d8cce39996d365a8fd05a7849cbef63 (diff) | |
download | cpython-99563b1df835218fd61fe1c86930b49dd55044be.zip cpython-99563b1df835218fd61fe1c86930b49dd55044be.tar.gz cpython-99563b1df835218fd61fe1c86930b49dd55044be.tar.bz2 |
calculate_path() decodes the PYTHONPATH environment variable from the locale
encoding using _Py_char2wchar() instead of mbstowcs() to store undecodable
bytes as surrogates characters (PEP 383) instead of ignoring silently
the PYTHONPATH variable.
Diffstat (limited to 'Modules/_bisectmodule.c')
0 files changed, 0 insertions, 0 deletions