]> granicus.if.org Git - python/commit
deque_traverse(): If the deque had one block, and its rightindex was
authorTim Peters <tim.peters@gmail.com>
Fri, 1 Oct 2004 02:01:04 +0000 (02:01 +0000)
committerTim Peters <tim.peters@gmail.com>
Fri, 1 Oct 2004 02:01:04 +0000 (02:01 +0000)
commit10c7e86454db59ece9d5ed028dd9d104ac766bdf
treee9508988b8cd5fc27a4711fd19310535a3606f9f
parentd6e0032768effca9e33cb6db9ce47e785541590f
deque_traverse():  If the deque had one block, and its rightindex was
BLOCKLEN-1, this assert-failed in a debug build, or went wild with a
NULL pointer in a release build.  Reported on c.l.py by Stefan Behnel.
Lib/test/test_deque.py
Modules/collectionsmodule.c