◐ Shell
clean mode source ↗

Message 194367 - Python tracker

Proposed customization allow users to build extension module for windows with GNU compiler in all environments:
- native with installed official build of python for windows
- native either MSYS or CYGWIN enviroment and python build with GCC
- cross-build in cygwin using official build of python for windows
- cross-build in cygwin or linux with use of preset configuration from distribution
- cross-build in linux and cross build python with GCC

In addition patch allow user to build (native or cross) core modules with recent gnu compilers.