commit | 10c7e86454db59ece9d5ed028dd9d104ac766bdf | [log] [tgz] |
---|---|---|
author | Tim Peters <tim.peters@gmail.com> | Fri Oct 01 02:01:04 2004 +0000 |
committer | Tim Peters <tim.peters@gmail.com> | Fri Oct 01 02:01:04 2004 +0000 |
tree | e9508988b8cd5fc27a4711fd19310535a3606f9f | |
parent | d6e0032768effca9e33cb6db9ce47e785541590f [diff] |
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.