This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

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:02r.david.murraysetrecipients: + r.david.murray, methane, serhiy.storchaka, xiang.zhang
2017-04-11 13:49:01r.david.murraysetmessageid: <1491918541.98.0.289879229492.issue30040@psf.upfronthosting.co.za>
2017-04-11 13:49:01r.david.murraylinkissue30040 messages
2017-04-11 13:49:01r.david.murraycreate