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 pablogsal
Recipients Wouter De Borger2, nanjekyejoannah, pablogsal, python-dev
Date 2021-06-04.14:46:56
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1622818016.13.0.767316343705.issue44310@roundup.psfhosted.org>
In-reply-to
Content
Using a weak dictionary is not a correct solution as the cache must take string ownership of the arguments and return value to do it's job properly. Moreover, there are many types in Python that don't support weak references so this will be a backwards incompatible change and limiting the cache quite a lot.
History
Date User Action Args
2021-06-04 14:46:56pablogsalsetrecipients: + pablogsal, python-dev, nanjekyejoannah, Wouter De Borger2
2021-06-04 14:46:56pablogsalsetmessageid: <1622818016.13.0.767316343705.issue44310@roundup.psfhosted.org>
2021-06-04 14:46:56pablogsallinkissue44310 messages
2021-06-04 14:46:56pablogsalcreate