Serhiy Storchaka added the comment:

The support of sharing a content between different tuples requires changing the 
structure of the tuple object, allocating additional block for every tuple, 
adding a level of indirection and reference counting. This will increase memory 
consumption, creating and access time for all tuples. All this is critically 
important for Python interpreter. I think this idea has no a chance.

----------
nosy: +serhiy.storchaka
resolution:  -> rejected
stage: needs patch -> resolved
status: open -> closed

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

Reply via email to