]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #28189: dictitems_contains no longer swallows compare errors.
authorRaymond Hettinger <python@rcn.com>
Mon, 19 Sep 2016 04:45:11 +0000 (21:45 -0700)
committerRaymond Hettinger <python@rcn.com>
Mon, 19 Sep 2016 04:45:11 +0000 (21:45 -0700)
commit7eb1becc2502723ebcdcc56972e41c03ef80d6af
tree904f60ee0ff01a8be376642190613344ef297459
parent96b2dd5997735f417526758cbe3ab497850baf71
Issue #28189: dictitems_contains no longer swallows compare errors.
 (Patch by Xiang Zhang)
Lib/test/test_dictviews.py
Misc/NEWS
Objects/dictobject.c