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 serhiy.storchaka
Recipients rhettinger, serhiy.storchaka
Date 2016-12-16.19:10:44
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1481915444.41.0.231879474291.issue28991@psf.upfronthosting.co.za>
In-reply-to
Content
Wrapping len() in an lru_cache is bad idea, because this brakes len() of lists, dicts and other non-hashable collections.

Should we support this doubtful case?
History
Date User Action Args
2016-12-16 19:10:44serhiy.storchakasetrecipients: + serhiy.storchaka, rhettinger
2016-12-16 19:10:44serhiy.storchakasetmessageid: <1481915444.41.0.231879474291.issue28991@psf.upfronthosting.co.za>
2016-12-16 19:10:44serhiy.storchakalinkissue28991 messages
2016-12-16 19:10:44serhiy.storchakacreate