diff options
author | Zackery Spytz <zspytz@gmail.com> | 2019-02-25 23:56:44 (GMT) |
---|---|---|
committer | Steve Dower <steve.dower@microsoft.com> | 2019-02-25 23:56:44 (GMT) |
commit | 6673decfa0fb078f60587f5cb5e98460eea137c2 (patch) | |
tree | 2d7a47850338e109f4fff4892468d6739a3c3a1a /Misc/NEWS.d/next/Windows | |
parent | aadef2b41600cb6a4f845cdc4cea001c916d8745 (diff) | |
download | cpython-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.rst | 1 |
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. |