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
* Support for MinGW (building ``socket`` and ``ctypes`` modules is not supported).
31
+
* Rename header files found in ``Modules/_decimal/libmpdec`` directory to avoid conflicts with system headers
32
+
of the same name (``io.h``). This script was originally used to update the sources: https://gist.github.com/jcfr/e166c0f3fd823de2586b1101f9c67947. - Apply to 3.6.x
33
33
34
-
*Apply to 2.7.3 and 2.7.4*
34
+
* Prevent duplicated ``OverlappedType`` symbols with built-in extension on Windows. - Apply to 3.6.x
* Support for MinGW (building ``socket`` and ``ctypes`` modules is not supported).
40
+
* Rename header files found in ``Modules/_decimal/libmpdec`` directory to avoid conflicts with system headers
41
+
of the same name (``io.h`` and ``memory.h``). This script was originally used to update the sources: https://gist.github.com/jcfr/e166c0f3fd823de2586b1101f9c67947. - Apply to 3.5.x
40
42
41
-
*Apply to 2.7.5 and 2.7.6*
43
+
* Prevent duplicated ``OverlappedType`` symbols with built-in extension on Windows. - Apply to 3.5.x
* Rename header files found in ``Modules/_decimal/libmpdec`` directory to avoid conflicts with system headers
58
-
of the same name (``io.h`` and ``memory.h``). This script was originally used to update the sources: https://gist.github.com/jcfr/e166c0f3fd823de2586b1101f9c67947. - Apply to 3.5.x
57
+
*Apply to 2.7.11, 2.7.12 and 2.7.14*
59
58
60
-
* Prevent duplicated ``OverlappedType`` symbols with built-in extension on Windows. - Apply to 3.5.x
* Rename header files found in ``Modules/_decimal/libmpdec`` directory to avoid conflicts with system headers
67
-
of the same name (``io.h``). This script was originally used to update the sources: https://gist.github.com/jcfr/e166c0f3fd823de2586b1101f9c67947. - Apply to 3.6.x
0 commit comments