commit | 783c82c7013b4bda3f8a20d6d41b2960d59af3e6 | [log] [tgz] |
---|---|---|
author | Victor Stinner <victor.stinner@haypocalc.com> | Wed Apr 20 03:27:51 2011 +0200 |
committer | Victor Stinner <victor.stinner@haypocalc.com> | Wed Apr 20 03:27:51 2011 +0200 |
tree | dba21a276be293cc6b935cb5076964831b1e6076 | |
parent | f48ac3001af82ad6e1e4dba364982435ba9e7047 [diff] |
Close #11619: write_compiled_module() doesn't encode the filename Reimplement open_exclusive() using _wopen() to avoid encoding the filename to the filesystem encoding: use the Unicode version of the Windows API.