]> 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:41:36 +0000 (14:41 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Sun, 3 Jul 2016 11:41:36 +0000 (14:41 +0300)
commitaf65872da2b679e4b1876412aab6a731f82a469f
tree24ae9a673e5203c75b0ac4fc5dd4bfb7acb8fb01
parent8faca61fec8ef004feb534dee3da052f3bed82ce
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