It's been a while since I've used MinGW to compile any extensions. The CRT
incompatibility is a hassle to worry about unless you are using a custom
Python build and MSVC 2015 and 2017 are pretty good. That said, there is a
workaround for this one. See https://stackoverflow.com/a/30881190/1935144.

Best,

Ian

On Wed, Oct 24, 2018, 1:02 AM Jeroen Demeyer <j.deme...@ugent.be> wrote:

> On 2018-10-24 07:58, Jeroen Demeyer wrote:
> > If you care about MinGW, there is also this CPython issue which makes it
> > basically impossible to compile any Cython extension on MinGW:
> >
> > https://bugs.python.org/issue11566
>
> I forgot to say that this makes it impossible to compile any *C++*
> Cython extension out of the box on MinGW.
> _______________________________________________
> cython-devel mailing list
> cython-devel@python.org
> https://mail.python.org/mailman/listinfo/cython-devel
>
_______________________________________________
cython-devel mailing list
cython-devel@python.org
https://mail.python.org/mailman/listinfo/cython-devel

Reply via email to