]> granicus.if.org Git - python/commit
bpo-29935: Fixed error messages in the index() method of tuple and list (#887) (...
authorSerhiy Storchaka <storchaka@gmail.com>
Thu, 30 Mar 2017 17:32:18 +0000 (20:32 +0300)
committerGitHub <noreply@github.com>
Thu, 30 Mar 2017 17:32:18 +0000 (20:32 +0300)
commit079f21f873b99f9564a41c5b7f3e0d7035847ae5
tree5ac4ae180b310f303b1545dd9b6b77ac486af133
parent3ceca68741f8a2d3a4436b6d54eae76aa5bcc4c5
bpo-29935: Fixed error messages in the index() method of tuple and list (#887) (#907) (#910)

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