We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 824f39d commit 1054205Copy full SHA for 1054205
README.rst
@@ -39,6 +39,15 @@ Available branches
39
40
* Export inlined functions to support extension built-in on Windows.
41
42
+* `3.6.2-patches <https://github.com/python/cpython/compare/3.6...python-cmake-buildsystem:3.6.2-patches>`_:
43
+
44
+ * Rename header files found in ``Modules/_decimal/libmpdec`` directory to avoid conflicts with system headers
45
+ of the same name (``io.h``). This script was originally used to update the sources: https://gist.github.com/jcfr/e166c0f3fd823de2586b1101f9c67947
46
47
+ * Prevent duplicated ``OverlappedType`` symbols with built-in extension on Windows.
48
49
+ * Export inlined functions to support extension built-in on Windows.
50
51
52
License
53
-------
0 commit comments