Message87735
| Author | benjamin.peterson |
|---|---|
| Recipients | benjamin.peterson, georg.brandl, steven.daprano |
| Date | 2009-05-14.11:50:01 |
| SpamBayes Score | 1.989377e-06 |
| Marked as misclassified | No |
| Message-id | <1242301804.35.0.510282355739.issue6017@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
This is correct; dict iterators check to see if the size of the dict is different. However, fixing this problem would require tracking dict contents during iteration. That strikes me as too inefficient and too much code for this little case. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2009-05-14 11:50:04 | benjamin.peterson | set | recipients: + benjamin.peterson, georg.brandl, steven.daprano |
| 2009-05-14 11:50:04 | benjamin.peterson | set | messageid: <1242301804.35.0.510282355739.issue6017@psf.upfronthosting.co.za> |
| 2009-05-14 11:50:03 | benjamin.peterson | link | issue6017 messages |
| 2009-05-14 11:50:01 | benjamin.peterson | create | |