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 Zero
Recipients Zero
Date 2014-05-19.18:58:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1400525939.56.0.613557499448.issue21537@psf.upfronthosting.co.za>
In-reply-to
Content
While examining the implementation for lru_cache, it came to my attention that the wrappers ignore the possibility of exceptions. Is this on purpose? If the cache is designed to reduce the overhead of running certain functions, it seems like lru_cache should handle returned values along with raised exceptions.
History
Date User Action Args
2014-05-19 18:58:59Zerosetrecipients: + Zero
2014-05-19 18:58:59Zerosetmessageid: <1400525939.56.0.613557499448.issue21537@psf.upfronthosting.co.za>
2014-05-19 18:58:59Zerolinkissue21537 messages
2014-05-19 18:58:58Zerocreate