summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorZachary Ware <zachary.ware@gmail.com>2013-11-17 22:08:23 (GMT)
committerZachary Ware <zachary.ware@gmail.com>2013-11-17 22:08:23 (GMT)
commit7f4bf9fb10945d227d131f1536ec7cd762ae029c (patch)
tree5534eeb588f9d91b19ec0b48f058ce29ceaaacdd /Misc
parent136f064b9375fbd0012f5644e32338d66594ac0f (diff)
downloadcpython-7f4bf9fb10945d227d131f1536ec7cd762ae029c.zip
cpython-7f4bf9fb10945d227d131f1536ec7cd762ae029c.tar.gz
cpython-7f4bf9fb10945d227d131f1536ec7cd762ae029c.tar.bz2
Issue #19520: Fix (the last!) compiler warning on 32bit Windows, in _sha3
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index e70db5a..941eb29 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -285,6 +285,8 @@ Tests
Build
-----
+- Issue #19520: Fix compiler warning in the _sha3 module on 32bit Windows.
+
- Issue #19356: Avoid using a C variabled named "_self", it's a reserved
word in some C compilers.