This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author christian.heimes
Recipients alexis.d, christian.heimes
Date 2012-11-21.23:50:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1353541851.68.0.970566250408.issue16527@psf.upfronthosting.co.za>
In-reply-to
Content
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. ;)
History
Date User Action Args
2012-11-21 23:50:51christian.heimessetrecipients: + christian.heimes, alexis.d
2012-11-21 23:50:51christian.heimessetmessageid: <1353541851.68.0.970566250408.issue16527@psf.upfronthosting.co.za>
2012-11-21 23:50:51christian.heimeslinkissue16527 messages
2012-11-21 23:50:51christian.heimescreate