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 pitrou
Recipients exarkun, pitrou, vstinner
Date 2009-05-27.18:53:54
SpamBayes Score 1.8006308e-08
Marked as misclassified No
Message-id <1243450436.94.0.327022559175.issue6116@psf.upfronthosting.co.za>
In-reply-to
Content
IMO, any of these three solutions should be accepted.
The second is of course the nicest but also the most complex one, and
it's probably not worth it.
I'm not sure the third solution is easily feasible given that dicts
currently don't accept weakref'ing. We could of course create a special
subclass of dict, but, again, is it worth it?
This leaves us with the first solution which is, IMO, good enough, and
obviously the simplest of all three. You're welcome to propose a patch!
History
Date User Action Args
2009-05-27 18:53:57pitrousetrecipients: + pitrou, exarkun, vstinner
2009-05-27 18:53:56pitrousetmessageid: <1243450436.94.0.327022559175.issue6116@psf.upfronthosting.co.za>
2009-05-27 18:53:55pitroulinkissue6116 messages
2009-05-27 18:53:54pitroucreate