There was an error while loading. Please reload this page.
1 parent cae6018 commit 9cc9e27Copy full SHA for 9cc9e27
Misc/NEWS.d/next/Windows/2020-11-16-22-41-02.bpo-42120.9scgko.rst
@@ -0,0 +1 @@
1
+Remove macro definition of ``copysign`` (to ``_copysign``) in headers.
PC/pyconfig.h
@@ -193,7 +193,6 @@ typedef int pid_t;
193
#define Py_IS_NAN _isnan
194
#define Py_IS_INFINITY(X) (!_finite(X) && !_isnan(X))
195
#define Py_IS_FINITE(X) _finite(X)
196
-#define copysign _copysign
197
198
/* define some ANSI types that are not defined in earlier Win headers */
199
#if _MSC_VER >= 1200
0 commit comments