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 rhettinger
Recipients rhettinger, serhiy.storchaka
Date 2016-12-16.18:59:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1481914757.29.0.923999616367.issue28991@psf.upfronthosting.co.za>
In-reply-to
Content
Call __len__ directly inside the LRU cache code rather than using len().  This helps further encapsulate the cache internals making it less dependent on parts of the environment that are subject to change.
History
Date User Action Args
2016-12-16 18:59:17rhettingersetrecipients: + rhettinger, serhiy.storchaka
2016-12-16 18:59:17rhettingersetmessageid: <1481914757.29.0.923999616367.issue28991@psf.upfronthosting.co.za>
2016-12-16 18:59:17rhettingerlinkissue28991 messages
2016-12-16 18:59:17rhettingercreate