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 exhuma, rhettinger, serhiy.storchaka
Date 2018-06-11.08:02:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1528704145.26.0.592728768989.issue33827@psf.upfronthosting.co.za>
In-reply-to
Content
No, this will break cases when you need to cache generators.

There are many ways of using lru_cache improperly, and we can't distinguish incorrect uses from intentional correct uses.
History
Date User Action Args
2018-06-11 08:02:25serhiy.storchakasetrecipients: + serhiy.storchaka, rhettinger, exhuma
2018-06-11 08:02:25serhiy.storchakasetmessageid: <1528704145.26.0.592728768989.issue33827@psf.upfronthosting.co.za>
2018-06-11 08:02:25serhiy.storchakalinkissue33827 messages
2018-06-11 08:02:25serhiy.storchakacreate