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 Itayazolay, bar.harel, rhettinger
Date 2020-07-06.23:34:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1594078485.42.0.310132238811.issue41220@roundup.psfhosted.org>
In-reply-to
Content
What is the given example trying to accomplish?  It looks like every possible input list would be cached using just the first element of the list.  Would cached_func([10, 20, 30]) and cached_func([10, 11, 12]) return the same sum?  If not, why would that be desireable?
History
Date User Action Args
2020-07-06 23:39:09rhettingerunlinkissue41220 messages
2020-07-06 23:34:45rhettingersetrecipients: + rhettinger, bar.harel, Itayazolay
2020-07-06 23:34:45rhettingersetmessageid: <1594078485.42.0.310132238811.issue41220@roundup.psfhosted.org>
2020-07-06 23:34:45rhettingerlinkissue41220 messages
2020-07-06 23:34:45rhettingercreate