[issue11723] Add support for mingw64 compiler

2021-02-03 Thread Jeffrey Armstrong
Change by Jeffrey Armstrong : -- nosy: -Jeffrey.Armstrong ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: ht

[issue11723] Add support for mingw64 compiler

2021-02-03 Thread Steve Dower
Steve Dower added the comment: Distutils is now deprecated (see PEP 632) and all tagged issues are being closed. From now until removal, only release blocking issues will be considered for distutils. If this issue does not relate to distutils, please remove the component and reopen it. If y

[issue11723] Add support for mingw64 compiler

2014-03-13 Thread Éric Araujo
Éric Araujo added the comment: “MinGW 64 is an open source C/C++ compiler based on the popular gcc; basically, it is intended to generate executables for Windows 64 bit.” If there is significant interest from the community for that compiler, support could be added to 3.5. Alternatively, a way

[issue11723] Add support for mingw64 compiler

2013-06-23 Thread Jeffrey Armstrong
Changes by Jeffrey Armstrong : -- nosy: +Jeffrey.Armstrong ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http

[issue11723] Add support for mingw64 compiler

2011-04-01 Thread Éric Araujo
Éric Araujo added the comment: As Mingw64 support is not currently claimed in the documentation, this is a feature request and can’t land in stable versions. I suggest you wait a bit for the merge of distutils2 into the standard library an then refresh your patch. -- assignee: -> t