]> granicus.if.org Git - python/commit
bpo-35636: Remove redundant check in unicode_hash(). (GH-11402)
authoranimalize <animalize@users.noreply.github.com>
Wed, 2 Jan 2019 12:16:06 +0000 (20:16 +0800)
committerSerhiy Storchaka <storchaka@gmail.com>
Wed, 2 Jan 2019 12:16:06 +0000 (14:16 +0200)
commita1d14253066f7dd60cfb465c6511fa565f312b42
tree206fb1c36b7361468fb4f1a68197a90b4d50f015
parentf8b534477a2a51d85ea1663530f685f805f2b247
bpo-35636: Remove redundant check in unicode_hash(). (GH-11402)

_Py_HashBytes() does the check for empty string.
Objects/unicodeobject.c