[issue32500] PySequence_Length() raises TypeError on dict type
![](https://secure.gravatar.com/avatar/fa0f7819f1825f596b384c19aa7dcf33.jpg?s=120&d=mm&r=g)
June 20, 2018
11:33 p.m.
Vedran Čačić <vedgar@gmail.com> added the comment: I don't believe this. Are you seriously saying that it is ok to tell the user "object of type 'dict' has no len()" when of course it does? Please change the error message so it does not so blatantly lie. Yes, I understand the underlying issue, but the common user doesn't need to understand it, and they shouldn't be lied to. ---------- nosy: +veky _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue32500> _______________________________________
2428
Age (days ago)
2428
Last active (days ago)
0 comments
1 participants
participants (1)
-
Vedran Čačić