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 kristjan.jonsson
Recipients barry, christian.heimes, kristjan.jonsson, pitrou, vstinner
Date 2013-10-11.10:10:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1381486218.23.0.329297405867.issue19219@psf.upfronthosting.co.za>
In-reply-to
Content
Right, in this case, memory copying is avoided.

Regarding the memoing of 0, empty tuple, etc:
Special opcode may still benefit because it takes only one byte.  So, you save four bytes for each such case.  I think it might be worth investigating.
History
Date User Action Args
2013-10-11 10:10:18kristjan.jonssonsetrecipients: + kristjan.jonsson, barry, pitrou, vstinner, christian.heimes
2013-10-11 10:10:18kristjan.jonssonsetmessageid: <1381486218.23.0.329297405867.issue19219@psf.upfronthosting.co.za>
2013-10-11 10:10:18kristjan.jonssonlinkissue19219 messages
2013-10-11 10:10:18kristjan.jonssoncreate