Message 282088 - Python tracker
Message282088
| 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:15 | pitrou | set | recipients: + pitrou, tim.peters, fdrake, arigo, serhiy.storchaka |
| 2016-11-30 17:24:15 | pitrou | set | messageid: <1480526655.18.0.824581510989.issue28427@psf.upfronthosting.co.za> |
| 2016-11-30 17:24:15 | pitrou | link | issue28427 messages |
| 2016-11-30 17:24:15 | pitrou | create | |