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 SilentGhost, ezio.melotti, mrabarnett, rhettinger, serhiy.storchaka, vstinner, xiang.zhang
Date 2016-10-18.18:43:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1476816237.72.0.73839947725.issue28293@psf.upfronthosting.co.za>
In-reply-to
Content
This is unlikely possible with current API of lru_cache. Testing flags before looking up in a cache adds an overhead.
History
Date User Action Args
2016-10-18 18:43:57serhiy.storchakasetrecipients: + serhiy.storchaka, rhettinger, vstinner, ezio.melotti, mrabarnett, SilentGhost, xiang.zhang
2016-10-18 18:43:57serhiy.storchakasetmessageid: <1476816237.72.0.73839947725.issue28293@psf.upfronthosting.co.za>
2016-10-18 18:43:57serhiy.storchakalinkissue28293 messages
2016-10-18 18:43:57serhiy.storchakacreate