[Python-Dev] [PATCH] Fix dictionary subclass semantics whenused as global dictionaries

Raymond Hettinger raymond.hettinger at verizon.net
Thu Jan 12 10:01:37 CET 2006


> 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



More information about the Python-Dev mailing list