Message312752
| Author |
cheryl.sabella |
| Recipients |
cheryl.sabella, terry.reedy |
| Date |
2018-02-24.20:07:12 |
| SpamBayes Score |
-1.0 |
| Marked as misclassified |
Yes |
| Message-id |
<1519502832.17.0.467229070634.issue32940@psf.upfronthosting.co.za> |
| In-reply-to |
|
| Content |
Tal had written this on the original issue21765:
----
Finally, since the defaultdict is kept around as long as IDLE is running, I decided to avoid having it grow continually and consume memory unnecessarily. So I wrote a simple Mapping class, which wraps a normal dict and uses a custom default value instead of None, ord('x') in this case. Works like a charm :)
-----
So maybe I misunderstood and this shouldn't be a defaultdict? |
|
History
|
|---|
| Date |
User |
Action |
Args |
| 2018-02-24 20:07:12 | cheryl.sabella | set | recipients:
+ cheryl.sabella, terry.reedy |
| 2018-02-24 20:07:12 | cheryl.sabella | set | messageid: <1519502832.17.0.467229070634.issue32940@psf.upfronthosting.co.za> |
| 2018-02-24 20:07:12 | cheryl.sabella | link | issue32940 messages |
| 2018-02-24 20:07:12 | cheryl.sabella | create | |
|