]> granicus.if.org Git - python/commit
Issue #26194: Fix undefined behavior for deque.insert() when len(d) == maxlen
authorRaymond Hettinger <python@rcn.com>
Wed, 27 Jan 2016 05:44:16 +0000 (21:44 -0800)
committerRaymond Hettinger <python@rcn.com>
Wed, 27 Jan 2016 05:44:16 +0000 (21:44 -0800)
commit3743432302e9b31d4fe0db31485543a306057fc8
tree44b17d2b0ee2b6d75db1aaa4c931527ab1a35020
parentd4e51f45a9b82832e95dcc55ba0d8f53ca725824
Issue #26194: Fix undefined behavior for deque.insert() when len(d) == maxlen
Doc/library/collections.rst
Lib/test/test_deque.py
Misc/NEWS
Modules/_collectionsmodule.c