You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: index.rst
+3-4
Original file line number
Diff line number
Diff line change
@@ -7,10 +7,9 @@
7
7
The Mingwpy project
8
8
###################
9
9
10
-
The mingwpy project provides a compiler for Python extension modules that is
11
-
based on the :term:`mingw-w64` :term:`gcc` compilers, but where the compiled
12
-
extensions are compatible with Python and other extensions compiled using
13
-
:term:`Microsoft Visual C++`.
10
+
Provide a free open source toolchain for building Python extensions for Windows, and make sure that those extensions are compatible with CPython compiled with native Visual Studio.
11
+
12
+
*mingwpy* toolchain contains customized gcc, g++ and gfortran compilers of the `GNU toolchain <https://en.wikipedia.org/wiki/GNU_toolchain>`_ based on the `Mingw-w64 <http://mingw-w64.org>`_ and the `mingw-builds <https://github.com/niXman/mingw-builds>`_ projects.
0 commit comments