Message312264
| Author | methane |
|---|---|
| Recipients | lemburg, luis@luispedro.org, methane, rhettinger, serhiy.storchaka, terry.reedy, tim.peters, twouters, vstinner |
| Date | 2018-02-17.02:59:24 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1518836364.72.0.467229070634.issue32846@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
One possible advice; try dict instead of set. Dict is (surprisingly) little smaller than set. And dict cleans items in insertion order when the dict is deleted. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2018-02-17 02:59:24 | methane | set | recipients: + methane, lemburg, tim.peters, twouters, rhettinger, terry.reedy, vstinner, luis@luispedro.org, serhiy.storchaka |
| 2018-02-17 02:59:24 | methane | set | messageid: <1518836364.72.0.467229070634.issue32846@psf.upfronthosting.co.za> |
| 2018-02-17 02:59:24 | methane | link | issue32846 messages |
| 2018-02-17 02:59:24 | methane | create | |