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 pitrou
Recipients arigo, fdrake, pitrou, serhiy.storchaka, tim.peters
Date 2016-11-30.17:24:15
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1480526655.18.0.824581510989.issue28427@psf.upfronthosting.co.za>
In-reply-to
Content
Note the issue with this patch is that it may keep keys (with dead values) alive longer than necessary:
- this may prevent memory consumption from decreasing
- this may keep alive some system resources

This is ok when keys are small simple objects (strings or tuples), though.
History
Date User Action Args
2016-11-30 17:24:15pitrousetrecipients: + pitrou, tim.peters, fdrake, arigo, serhiy.storchaka
2016-11-30 17:24:15pitrousetmessageid: <1480526655.18.0.824581510989.issue28427@psf.upfronthosting.co.za>
2016-11-30 17:24:15pitroulinkissue28427 messages
2016-11-30 17:24:15pitroucreate