Re: [Python-Dev] PEP 412 Key-Sharing Dictionary

2012-04-12 Thread Brett Cannon
On Thu, Apr 12, 2012 at 10:25, Mark Shannon wrote: > I would like to get the new shared-keys dictionary implementation > committed, or rejected or further reviewed, if necessary. > It seems to have got a bit stuck at the moment. > > As far as I am concerned it is ready to go in. > Memory usage is

Re: [Python-Dev] PEP 412 Key-Sharing Dictionary

2012-04-12 Thread Antoine Pitrou
On Thu, 12 Apr 2012 07:30:07 -0700 Guido van Rossum wrote: > Wow, I thought it was accepted already! I don't see the hangup. It's under review. http://bugs.python.org/issue13903 Regards Antoine. ___ Python-Dev mailing list Python-Dev@python.org http

Re: [Python-Dev] PEP 412 Key-Sharing Dictionary

2012-04-12 Thread Guido van Rossum
Wow, I thought it was accepted already! I don't see the hangup. On Thu, Apr 12, 2012 at 7:25 AM, Mark Shannon wrote: > I would like to get the new shared-keys dictionary implementation > committed, or rejected or further reviewed, if necessary. > It seems to have got a bit stuck at the moment. >

[Python-Dev] PEP 412 Key-Sharing Dictionary

2012-04-12 Thread Mark Shannon
I would like to get the new shared-keys dictionary implementation committed, or rejected or further reviewed, if necessary. It seems to have got a bit stuck at the moment. As far as I am concerned it is ready to go in. Memory usage is reduced, speed is roughly unchanged, and it passes all the tes