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 loewis
Recipients amaury.forgeotdarc, benjamin.peterson, christian.heimes, ezio.melotti, gregory.p.smith, kristjan.jonsson, loewis, mark.dickinson, pitrou, python-dev, serhiy.storchaka
Date 2013-03-24.16:43:24
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1364143404.56.0.650404214464.issue16475@psf.upfronthosting.co.za>
In-reply-to
Content
> Sorry, what does "instancing" mean?

He means "keeping track of instance identities", so that objects 
that were shared before marshal continue to be shared after loading.

> And does this change bring interesting features?

"interesting" to whom?

> And is there an impact on regular .pyc files?

Definitely. It may now contain 't' (interned) codes again, and it may contain 'r' (reference) codes. The size of the pyc files may decrease.
History
Date User Action Args
2013-03-24 16:43:24loewissetrecipients: + loewis, gregory.p.smith, amaury.forgeotdarc, mark.dickinson, pitrou, kristjan.jonsson, christian.heimes, benjamin.peterson, ezio.melotti, python-dev, serhiy.storchaka
2013-03-24 16:43:24loewissetmessageid: <1364143404.56.0.650404214464.issue16475@psf.upfronthosting.co.za>
2013-03-24 16:43:24loewislinkissue16475 messages
2013-03-24 16:43:24loewiscreate