Re: [Python-Dev] PEP 412 has been accepted

2012-03-08 Thread Guido van Rossum
On Thu, Mar 8, 2012 at 5:41 AM, Antoine Pitrou  wrote:
> For the record (I had to look it up), PEP 412 is Mark Shannon's
> "Key-Sharing Dictionary", an optimization that decreases memory
> consumption of instances.
> http://www.python.org/dev/peps/pep-0412/

Thanks for reminding us. I've gotten into the habit of listing the PEP
number *and* title whenever first referencing a given PEP in a
discussion -- if the PEP is mentioned in the message subject, its
title should be too.

-- 
--Guido van Rossum (python.org/~guido)
___
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com


Re: [Python-Dev] PEP 412 has been accepted

2012-03-08 Thread Antoine Pitrou
On Wed, 7 Mar 2012 18:52:43 -0500
Brett Cannon  wrote:
> Since PEP 412 has code that doesn't break tests anymore (thanks to hash
> randomization), it was just accepted. Mark, can you make sure there is an
> up-to-date patch in the tracker so people can potentially look at the code
> at the sprints here at PyCon? And also please apply for core dev privileges
> (http://docs.python.org/devguide/coredev.html) so that we can make you fix
> bugs. =)

For the record (I had to look it up), PEP 412 is Mark Shannon's
"Key-Sharing Dictionary", an optimization that decreases memory
consumption of instances.
http://www.python.org/dev/peps/pep-0412/

Regards

Antoine.


___
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com


[Python-Dev] PEP 412 has been accepted

2012-03-07 Thread Brett Cannon
Since PEP 412 has code that doesn't break tests anymore (thanks to hash
randomization), it was just accepted. Mark, can you make sure there is an
up-to-date patch in the tracker so people can potentially look at the code
at the sprints here at PyCon? And also please apply for core dev privileges
(http://docs.python.org/devguide/coredev.html) so that we can make you fix
bugs. =)
___
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com