]> granicus.if.org Git - python/commit
Issue #24913: Fix overrun error in deque.index().
authorBrett Cannon <brett@python.org>
Thu, 3 Sep 2015 17:15:03 +0000 (10:15 -0700)
committerBrett Cannon <brett@python.org>
Thu, 3 Sep 2015 17:15:03 +0000 (10:15 -0700)
commitdf6b544ff6f342e8a64056e627867a70413bfdb0
treeba995c65afefd06ff9e890303d2fef6ed3fbe702
parentb3d531348c40b195e6bb742d956ea749b3f7a969
Issue #24913: Fix overrun error in deque.index().

Reported by John Leitch and Bryce Darling, patch by Raymond Hettinger.
Lib/test/test_deque.py
Misc/NEWS
Modules/_collectionsmodule.c