summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2020-11-17 07:50:43 (GMT)
committerGitHub <noreply@github.com>2020-11-17 07:50:43 (GMT)
commit2c38e49dba88a39679b2182ca3f5f478d3a3f647 (patch)
tree41987649abeef439ddc6445b1eee79428c420641 /Misc
parent2b800ef809eefbc96a536e4b43a8285f2353f64d (diff)
downloadcpython-2c38e49dba88a39679b2182ca3f5f478d3a3f647.zip
cpython-2c38e49dba88a39679b2182ca3f5f478d3a3f647.tar.gz
cpython-2c38e49dba88a39679b2182ca3f5f478d3a3f647.tar.bz2
[3.9] bpo-42120: Remove macro defining copysign to _copysign on Windows (GH-23326) (GH-23331)
(cherry picked from commit 9cc9e277254023c0ca08e1a9e379fd89475ca9c2) Co-authored-by: Steve Dower <steve.dower@python.org>
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Windows/2020-11-16-22-41-02.bpo-42120.9scgko.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Windows/2020-11-16-22-41-02.bpo-42120.9scgko.rst b/Misc/NEWS.d/next/Windows/2020-11-16-22-41-02.bpo-42120.9scgko.rst
new file mode 100644
index 0000000..c574956
--- /dev/null
+++ b/Misc/NEWS.d/next/Windows/2020-11-16-22-41-02.bpo-42120.9scgko.rst
@@ -0,0 +1 @@
+Remove macro definition of ``copysign`` (to ``_copysign``) in headers.