summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorA. Jesse Jiryu Davis <jesse@emptysquare.net>2018-06-04 10:57:08 (GMT)
committerINADA Naoki <methane@users.noreply.github.com>2018-06-04 10:57:08 (GMT)
commita8eb58546b37a7cd5f332f019bb07388f5212c2d (patch)
treeb79203d6ee079f774bfa794b5e969059bd730bee /Misc
parentf7745e1dcb8e8473cc86112a0213b3f244a07230 (diff)
downloadcpython-a8eb58546b37a7cd5f332f019bb07388f5212c2d.zip
cpython-a8eb58546b37a7cd5f332f019bb07388f5212c2d.tar.gz
cpython-a8eb58546b37a7cd5f332f019bb07388f5212c2d.tar.bz2
bpo-31849: Fix warning in pyhash.c (GH-6799)
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Core and Builtins/2018-05-14-11-00-00.bpo-31849.EmHaH4.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Core and Builtins/2018-05-14-11-00-00.bpo-31849.EmHaH4.rst b/Misc/NEWS.d/next/Core and Builtins/2018-05-14-11-00-00.bpo-31849.EmHaH4.rst
new file mode 100644
index 0000000..876a3cf
--- /dev/null
+++ b/Misc/NEWS.d/next/Core and Builtins/2018-05-14-11-00-00.bpo-31849.EmHaH4.rst
@@ -0,0 +1 @@
+Fix signed/unsigned comparison warning in pyhash.c.