Message204980
| Author | gvanrossum |
|---|---|
| Recipients | BreamoreBoy, ajaksu2, benjamin.peterson, dcjim, elachuni, gvanrossum, jon, kristjan.jonsson, mark.dickinson, pitrou, qelan, tseaver, vdupras, vstinner |
| Date | 2013-12-02.00:19:31 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1385943571.78.0.892980480759.issue7105@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
I appreciate the simplicity, but I don't think it is acceptable -- if the dict is large, materializing the entire list of keys/values/items might allocate a prohibitive amount of memory. It's worse if you have code that is expected to break out of the loop. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2013-12-02 00:19:31 | gvanrossum | set | recipients: + gvanrossum, dcjim, tseaver, mark.dickinson, pitrou, kristjan.jonsson, vstinner, ajaksu2, jon, benjamin.peterson, vdupras, elachuni, BreamoreBoy, qelan |
| 2013-12-02 00:19:31 | gvanrossum | set | messageid: <1385943571.78.0.892980480759.issue7105@psf.upfronthosting.co.za> |
| 2013-12-02 00:19:31 | gvanrossum | link | issue7105 messages |
| 2013-12-02 00:19:31 | gvanrossum | create | |