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
* Rename header files found in ``Modules/_decimal/libmpdec`` directory to avoid conflicts with system headers
44
-
of the same name (``io.h`` and ``memory.h``). This script was originally used to update the sources: https://gist.github.com/jcfr/e166c0f3fd823de2586b1101f9c67947
44
+
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
45
45
46
-
* Prevent duplicated ``OverlappedType`` symbols with built-in extension on Windows.
46
+
* Prevent duplicated ``OverlappedType`` symbols with built-in extension on Windows. - Apply to 3.5.x
47
47
48
-
* Export inlined functions to support extension built-in on Windows.
48
+
* Export inlined functions to support extension built-in on Windows. - Apply to 3.5.x
* Rename header files found in ``Modules/_decimal/libmpdec`` directory to avoid conflicts with system headers
53
-
of the same name (``io.h``). This script was originally used to update the sources: https://gist.github.com/jcfr/e166c0f3fd823de2586b1101f9c67947
53
+
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
54
54
55
-
* Prevent duplicated ``OverlappedType`` symbols with built-in extension on Windows.
55
+
* Prevent duplicated ``OverlappedType`` symbols with built-in extension on Windows. - Apply to 3.6.x
56
56
57
-
* Export inlined functions to support extension built-in on Windows.
57
+
* Export inlined functions to support extension built-in on Windows. - Apply to 3.6.x
0 commit comments