distutils
distutils copied to clipboard
mingw: make get_msvcr() a noop + add a CI job testing MSVC Python with GCC
See the commits for details.
Fixes #204
(I initially made the test suite test against multiple compiler types, but that turned out to complicate things a lot, so I abandoned that approach: https://github.com/msys2-contrib/distutils/commit/fa7e35b063318d6909825ba678aedeb672a17219 in case anyone is wondering how that would look like)
Amended as c9781aef9.
Thanks! And thanks for the improvements.