Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Import patches from MSYS2-MinGW #78

Closed
wants to merge 6 commits into from

Conversation

naveen521kk
Copy link
Contributor

@naveen521kk naveen521kk commented Dec 15, 2021

Fixes #34

These are from https://github.com/msys2-contrib/cpython-mingw/commits/mingw-v3.9.7/Lib/distutils. I have modified some of them for better logic and removed some unnecessary stuff from them.

This is a draft and built on top of #77

cc @lazka

@naveen521kk naveen521kk force-pushed the mingw-basic-changes branch 6 times, most recently from ba40575 to 9101651 Compare December 15, 2021 16:26
@naveen521kk naveen521kk force-pushed the mingw-basic-changes branch 2 times, most recently from c70ee4d to abf32e3 Compare December 31, 2021 07:33
@naveen521kk naveen521kk force-pushed the mingw-basic-changes branch 2 times, most recently from b11f56b to 3d461f7 Compare January 29, 2022 08:16
This is needed so that the function works even when
paths aren't seperated with `\`. Also, this is needed
on MSYS2 as it changes `os.sep` to `/` when MSYSTEM
variable is defined.

Also, fix the test where `os.sep` isn't changed.
@jaraco
Copy link
Member

jaraco commented Feb 26, 2022

Closing as this work appears to be abandoned. Feel free to ping this PR and I can re-open it if needed.

@jaraco jaraco closed this Feb 26, 2022
@naveen521kk
Copy link
Contributor Author

Closing as this work appears to be abandoned.

Sorry, just got busy with other things. I'll ping you when I get time to work on these. One thing this PR depends on for the tests to pass is msys2-contrib/cpython-mingw#82 which again became stale.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Supporting MSYS2-MINGW python
2 participants