Christian Heimes added the comment:

Nice catch! How did you notice the issue? I hope you didn't use thousands of 
elifs in some code. It's going to perform horrible slow with O(n).

I'll see if we can fix the problem easily. As this is clearly a pathological 
case I consider a patch as "nice to have" and not as "required". Nobody sane 
write a elif chain with nearly 25 thousands elif. ;)

----------
nosy: +christian.heimes

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue16527>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to