This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author serhiy.storchaka
Recipients Filip Haglund, abarry, lemburg, martin.panter, serhiy.storchaka, terry.reedy
Date 2016-01-16.09:48:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1452937733.4.0.592681726716.issue26077@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2016-01-16 09:48:53serhiy.storchakasetrecipients: + serhiy.storchaka, lemburg, terry.reedy, martin.panter, abarry, Filip Haglund
2016-01-16 09:48:53serhiy.storchakasetmessageid: <1452937733.4.0.592681726716.issue26077@psf.upfronthosting.co.za>
2016-01-16 09:48:53serhiy.storchakalinkissue26077 messages
2016-01-16 09:48:53serhiy.storchakacreate