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 Manjusaka, Scott Sanderson2, rhettinger, serhiy.storchaka
Date 2019-10-24.08:08:50
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1571904530.78.0.995666032732.issue38565@roundup.psfhosted.org>
In-reply-to
Content
The rule used in the lru_cache implementation is: do not write in C that can be written in Python.
History
Date User Action Args
2019-10-24 08:08:50serhiy.storchakasetrecipients: + serhiy.storchaka, rhettinger, Scott Sanderson2, Manjusaka
2019-10-24 08:08:50serhiy.storchakasetmessageid: <1571904530.78.0.995666032732.issue38565@roundup.psfhosted.org>
2019-10-24 08:08:50serhiy.storchakalinkissue38565 messages
2019-10-24 08:08:50serhiy.storchakacreate