distutils icon indicating copy to clipboard operation
distutils copied to clipboard

mingw: make get_msvcr() a noop + add a CI job testing MSVC Python with GCC

Open lazka opened this issue 1 year ago • 1 comments

See the commits for details.

Fixes #204

lazka avatar Jul 21 '24 21:07 lazka

(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)

lazka avatar Jul 21 '24 21:07 lazka

Amended as c9781aef9.

jaraco avatar Aug 02 '24 15:08 jaraco

Thanks! And thanks for the improvements.

lazka avatar Aug 02 '24 20:08 lazka