Antoine Pitrou <pit...@free.fr> added the comment:

As Victor I think the tunables could be changed separately, unless they truely 
get in the way of the shared-keys optimization.

By the way, there will need a "protection" for the case where instances are 
used as bags of key/value pairs (dict-alikes with attribute access). Perhaps 
bound the size of the keys array to 100 entries and then switch into unshared 
mode.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue13903>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to