msys2-contrib / cpython-mingw

A friendly fork of CPython which adds support for Mingw-w64 + clang/gcc. See https://github.com/msys2-contrib/cpython-mingw/wiki for details
https://github.com/msys2-contrib/cpython-mingw/wiki
Other
38 stars 11 forks source link

Fix sys.exec_prefix not using ALTSEP #143

Closed lazka closed 1 year ago

lazka commented 1 year ago

See the commits for details.

Fixes #142

lazka commented 1 year ago

note that sys.path[0] wasn't using altsep in 3.10 also, I just noticed that while adding the new tests