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.
V
Victor Stinner committed
99563b1df835218fd61fe1c86930b49dd55044be
Parent: d6b3840