]> granicus.if.org Git - python/commit
bpo-29935: Fixed error messages in the index() method of tuple, list and deque (...
authorSerhiy Storchaka <storchaka@gmail.com>
Thu, 30 Mar 2017 17:31:46 +0000 (20:31 +0300)
committerGitHub <noreply@github.com>
Thu, 30 Mar 2017 17:31:46 +0000 (20:31 +0300)
commit8b8bde44f3912d8b2df5591ffc31d2d8c6dcca6c
treedbbba7ea81cac0fe4ccbc5cec45227a50decf3f3
parentc90ff1b78cb79bc3762184e03fa81f11984aaa45
bpo-29935: Fixed error messages in the index() method of tuple, list and deque (#887) (#907) (#909)

when pass indices of wrong type.
(cherry picked from commit d4edfc9abffca965e76ebc5957a92031a4d6c4d4)
(cherry picked from commit bf4bb2e43030661e568d5d4b046e8b9351cc164c)
Include/ceval.h
Misc/NEWS
Modules/_collectionsmodule.c
Objects/listobject.c
Objects/tupleobject.c
Python/ceval.c