[Python-ideas] Identity dicts and sets
Serhiy Storchaka
storchaka at gmail.com
Wed Jan 2 21:34:18 CET 2013
середа 02 січень 2013 21:43:47 Eli Bendersky ви написали:
> I agree that the data structures may be useful, but is there no way to some
> allow the customization of existing data structures instead, without losing
> performance? It's a shame to have another kind of dict just for this
> purpose.
What interface for the customization is possible? Obviously, a dict
constructor can't have a special keyword argument.
More information about the Python-ideas
mailing list