]> 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 16:46:59 +0000 (19:46 +0300)
committerGitHub <noreply@github.com>
Thu, 30 Mar 2017 16:46:59 +0000 (19:46 +0300)
commitbf4bb2e43030661e568d5d4b046e8b9351cc164c
treeb014ec3810488d4cb4995b9af1748302bd7b1ed2
parenta6b4e1902250d6f28ca6d083ce1c8d7e9b91974b
bpo-29935: Fixed error messages in the index() method of tuple, list and deque (#887) (#907)

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