Message291494
| Author | r.david.murray |
|---|---|
| Recipients | methane, r.david.murray, serhiy.storchaka, xiang.zhang |
| Date | 2017-04-11.13:49:01 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1491918541.98.0.289879229492.issue30040@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
I've worked on an application (proprietary, unfortunately) that created a lot of empty dictionaries that only sometimes got populated. It involved sqlalchemy, but I don't remember if the dicts came from sqlalchemy itself or from the code that used it. That application did care about memory, and the shared-key dicts were a big benefit to it. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2017-04-11 13:49:02 | r.david.murray | set | recipients: + r.david.murray, methane, serhiy.storchaka, xiang.zhang |
| 2017-04-11 13:49:01 | r.david.murray | set | messageid: <1491918541.98.0.289879229492.issue30040@psf.upfronthosting.co.za> |
| 2017-04-11 13:49:01 | r.david.murray | link | issue30040 messages |
| 2017-04-11 13:49:01 | r.david.murray | create | |