cpython: 19902d840448 (original) (raw)
Mercurial > cpython
changeset 103331:19902d840448
Split lookdict_unicode_nodummy() assertion to debug Issue #27350. [#27350]
Victor Stinner victor.stinner@gmail.com | |
---|---|
date | Thu, 08 Sep 2016 11:16:07 -0700 |
parents | ada5620efd82 |
children | e88e2049b793 |
files | Objects/dictobject.c |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-)[+] [-] Objects/dictobject.c 3 |
line wrap: on
line diff
--- a/Objects/dictobject.c +++ b/Objects/dictobject.c @@ -802,7 +802,8 @@ lookdict_unicode_nodummy(PyDictObject *m return DKIX_EMPTY; } ep = &ep0[ix];