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 bolorsociedad
Recipients bolorsociedad, rhettinger, vstinner
Date 2018-11-23.12:18:21
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1542975501.58.0.788709270274.issue35300@psf.upfronthosting.co.za>
In-reply-to
Content
I understand it may be inefficient sometimes. Perhaps it would be nice to add an argument to lru_cache to specify that we want to deep copy? Something like

def lru_cache(..., deepcopy=False):
   ...
History
Date User Action Args
2018-11-23 12:18:21bolorsociedadsetrecipients: + bolorsociedad, rhettinger, vstinner
2018-11-23 12:18:21bolorsociedadsetmessageid: <1542975501.58.0.788709270274.issue35300@psf.upfronthosting.co.za>
2018-11-23 12:18:21bolorsociedadlinkissue35300 messages
2018-11-23 12:18:21bolorsociedadcreate