]> granicus.if.org Git - python/commit
Issue #27443: __length_hint__() of bytearray itearator no longer return
authorSerhiy Storchaka <storchaka@gmail.com>
Sun, 3 Jul 2016 11:42:17 +0000 (14:42 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Sun, 3 Jul 2016 11:42:17 +0000 (14:42 +0300)
commit6c94d10a193ffdaad9d3b7c2376d9f4de776575f
tree4910d3b8512256ee95749b0ce863e512b4d55eed
parente09132f2c764a9e7df1181b1999d517d949c99e6
parentaf65872da2b679e4b1876412aab6a731f82a469f
Issue #27443: __length_hint__() of bytearray itearator no longer return
negative integer for resized bytearray.
Lib/test/test_bytes.py
Misc/NEWS
Objects/bytearrayobject.c