[Python-Dev] [PATCH] Fix dictionary subclass semantics whenused as global dictionaries (original) (raw)
Raymond Hettinger raymond.hettinger at verizon.net
Thu Jan 12 10:01:37 CET 2006
- Previous message: [Python-Dev] [PATCH] Fix dictionary subclass semantics when used as global dictionaries
- Next message: [Python-Dev] [PATCH] Fix dictionary subclass semantics whenused as global dictionaries
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Is there any objection to this patch? Any support?
It is assigned to me. When I have time, will go through it in detail (the given use cases, more detailed timings, and a close reading of the code).
If accepted, it will be for Py2.5, as it is a new feature. There is nothing broken about the existing eval() version, it just doesn't apply as broadly as you would have liked.
Raymond
- Previous message: [Python-Dev] [PATCH] Fix dictionary subclass semantics when used as global dictionaries
- Next message: [Python-Dev] [PATCH] Fix dictionary subclass semantics whenused as global dictionaries
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]