]> 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 15:29:23 +0000 (18:29 +0300)
committerGitHub <noreply@github.com>
Thu, 30 Mar 2017 15:29:23 +0000 (18:29 +0300)
commitd4edfc9abffca965e76ebc5957a92031a4d6c4d4
treed985a5ba3c7dd8ec3183014962d650724f61ece9
parent762ec97ea68a1126b8855996c61fa8239dc9fff7
bpo-29935: Fixed error messages in the index() method of tuple, list and deque (#887)

when pass indices of wrong type.
Include/ceval.h
Misc/NEWS
Modules/_collectionsmodule.c
Objects/clinic/listobject.c.h
Objects/clinic/tupleobject.c.h
Objects/tupleobject.c
Python/ceval.c
Tools/clinic/clinic.py