summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Windows
diff options
context:
space:
mode:
authorZackery Spytz <zspytz@gmail.com>2019-02-25 23:56:44 (GMT)
committerSteve Dower <steve.dower@microsoft.com>2019-02-25 23:56:44 (GMT)
commit6673decfa0fb078f60587f5cb5e98460eea137c2 (patch)
tree2d7a47850338e109f4fff4892468d6739a3c3a1a /Misc/NEWS.d/next/Windows
parentaadef2b41600cb6a4f845cdc4cea001c916d8745 (diff)
downloadcpython-6673decfa0fb078f60587f5cb5e98460eea137c2.zip
cpython-6673decfa0fb078f60587f5cb5e98460eea137c2.tar.gz
cpython-6673decfa0fb078f60587f5cb5e98460eea137c2.tar.bz2
bpo-24643: Fix "#define timezone _timezone" clashes on Windows (GH-12019)
Diffstat (limited to 'Misc/NEWS.d/next/Windows')
-rw-r--r--Misc/NEWS.d/next/Windows/2019-02-24-07-52-39.bpo-24643.PofyiS.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Windows/2019-02-24-07-52-39.bpo-24643.PofyiS.rst b/Misc/NEWS.d/next/Windows/2019-02-24-07-52-39.bpo-24643.PofyiS.rst
new file mode 100644
index 0000000..7bc62d8
--- /dev/null
+++ b/Misc/NEWS.d/next/Windows/2019-02-24-07-52-39.bpo-24643.PofyiS.rst
@@ -0,0 +1 @@
+Fix name collisions due to ``#define timezone _timezone`` in PC/pyconfig.h.