[Python-Dev] [PATCH] Fix dictionary subclass semantics whenused as global dictionaries
Crutcher Dunnavant
crutcher at gmail.com
Sun Feb 5 23:53:20 CET 2006
More information about the Python-Dev mailing list
Sun Feb 5 23:53:20 CET 2006
- Previous message: [Python-Dev] threadsafe patch for asynchat
- Next message: [Python-Dev] [PATCH] Fix dictionary subclass semantics whenused as global dictionaries
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
I've significantly re-worked the patch to permit globals to be arbitrary mappings. The regression tests continue to all pass. http://sourceforge.net/tracker/index.php?func=detail&aid=1402289&group_id=5470&atid=305470 On 1/24/06, "Martin v. Löwis" <martin at v.loewis.de> wrote: > Crutcher Dunnavant wrote: > > Okay, but is there any reason not to include this in 2.5? There > > doesn't seem to be any noticeable performance impact, and it does add > > consistancy (and opens some really, really cool options up). > > I see no reason, except perhaps the lack of volunteers to actually > patch the repository (along with the accompanying work). > > Regards, > Martin > > -- Crutcher Dunnavant <crutcher at gmail.com> littlelanguages.com monket.samedi-studios.com
- Previous message: [Python-Dev] threadsafe patch for asynchat
- Next message: [Python-Dev] [PATCH] Fix dictionary subclass semantics whenused as global dictionaries
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-Dev mailing list